Pass 'Edit This' string to edit_post_link so that it can be translated. http://wordpress.org/support/4/6976

git-svn-id: https://develop.svn.wordpress.org/trunk@1390 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-06-06 15:39:23 +00:00
parent 650a1a3a56
commit da37c4efc8
1 changed files with 1 additions and 1 deletions

View File

@ -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() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
<div class="storycontent">
<?php the_content(); ?>