Make WordPress Core


Ignore:
Timestamp:
09/11/2011 05:52:46 PM (13 years ago)
Author:
nacin
Message:

Rename 'Post Tags' to 'Tags'. props scribu, fixes #17683.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r18619 r18661  
    525525            <div id="tagsdiv-post_tag" class="postbox">
    526526                <div class="handlediv" title="<?php _e( 'Click to toggle' ); ?>"><br /></div>
    527                 <h3><span><?php _e('Post Tags'); ?></span></h3>
     527                <h3><span><?php _e('Tags'); ?></span></h3>
    528528                <div class="inside">
    529529                    <div class="tagsdiv" id="post_tag">
    530530                        <div class="jaxtag">
    531                             <label class="screen-reader-text" for="newtag"><?php _e('Post Tags'); ?></label>
     531                            <label class="screen-reader-text" for="newtag"><?php _e('Tags'); ?></label>
    532532                            <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" />
    533533                            <div class="ajaxtag">
Note: See TracChangeset for help on using the changeset viewer.