Make WordPress Core

Changeset 1390


Ignore:
Timestamp:
06/06/2004 03:39:23 PM (20 years ago)
Author:
rboren
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1203 r1390  
    3838<div class="post">
    3939     <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>
    40     <div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
     40    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> &#8212; <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
    4141   
    4242    <div class="storycontent">
Note: See TracChangeset for help on using the changeset viewer.