Make WordPress Core

Changeset 11267


Ignore:
Timestamp:
05/11/2009 05:36:43 PM (14 years ago)
Author:
ryan
Message:

Better excerpt text and linkage. Props demetris, Denis-de-Bernardy. fixes #9371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r11245 r11267  
    373373?>
    374374<label class="invisible" for="excerpt"><?php _e('Excerpt') ?></label><textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt"><?php echo $post->post_excerpt ?></textarea>
    375 <p><?php _e('Excerpts are optional hand-crafted summaries of your content. You can <a href="http://codex.wordpress.org/Template_Tags/the_excerpt" target="_blank">use them in your template</a>'); ?></p>
     375<p><?php _e('Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="http://codex.wordpress.org/Excerpt" target="_blank">Learn more about manual excerpts.</a>'); ?></p>
    376376<?php
    377377}
Note: See TracChangeset for help on using the changeset viewer.