Localize more text. Bug 119.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c6e7c51122
commit
3fe8292a93
|
@ -13,7 +13,7 @@ include(ABSPATH . '/wp-header.php');
|
|||
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
|
||||
|
||||
<div class="storycontent">
|
||||
<?php the_content(); ?>
|
||||
<?php the_content(__('(more...)')); ?>
|
||||
</div>
|
||||
|
||||
<div class="feedback">
|
||||
|
|
Loading…
Reference in New Issue