Make WordPress Core


Ignore:
Timestamp:
03/22/2005 12:17:55 AM (20 years ago)
Author:
ryan
Message:

i18n fix. http://mosquito.wordpress.org/view.php?id=1136 Props: nbachiyski

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r2452 r2463  
    241241    <div id='preview' class='wrap'>
    242242    <h2><?php _e('Post Preview (updated when post is saved)'); ?></h2>
    243     <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__("Permanent Link: %s"), the_title()); ?>"><?php the_title(); ?></a></h3>
     243    <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__("Permanent Link: %s"), get_the_title()); ?>"><?php the_title(); ?></a></h3>
    244244    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category(','); ?> &#8212; <?php the_author() ?> @ <?php the_time() ?></div>
    245245
Note: See TracChangeset for help on using the changeset viewer.