mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Pass 'Edit This' string to edit_post_link so that it can be translated. http://wordpress.org/support/4/6976
git-svn-id: http://svn.automattic.com/wordpress/trunk@1390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a56fac823a
commit
713e887711
@ -37,7 +37,7 @@ require('./wp-blog-header.php');
|
||||
|
||||
<div class="post">
|
||||
<h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
|
||||
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
|
||||
<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(); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user