Changeset 18661
- Timestamp:
- 09/11/2011 05:52:46 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
wp-admin/edit-tags.php (modified) (2 diffs)
-
wp-admin/press-this.php (modified) (1 diff)
-
wp-includes/taxonomy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r18010 r18661 179 179 $help = '<p>' . __( 'You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.' ) . '</p>'; 180 180 else 181 $help = '<p>' . __( 'You can assign keywords to your posts using PostTags. Unlike categories, tags have no hierarchy, meaning there’s no relationship from one tag to another.' ) . '</p>';181 $help = '<p>' . __( 'You can assign keywords to your posts using Tags. Unlike categories, tags have no hierarchy, meaning there’s no relationship from one tag to another.' ) . '</p>'; 182 182 183 183 if ( 'link_category' == $taxonomy ) … … 214 214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>'; 215 215 else 216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_ Post_Tags_Screen" target="_blank">Documentation on PostTags</a>' ) . '</p>';216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>'; 217 217 218 218 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; -
trunk/wp-admin/press-this.php
r18619 r18661 525 525 <div id="tagsdiv-post_tag" class="postbox"> 526 526 <div class="handlediv" title="<?php _e( 'Click to toggle' ); ?>"><br /></div> 527 <h3><span><?php _e(' PostTags'); ?></span></h3>527 <h3><span><?php _e('Tags'); ?></span></h3> 528 528 <div class="inside"> 529 529 <div class="tagsdiv" id="post_tag"> 530 530 <div class="jaxtag"> 531 <label class="screen-reader-text" for="newtag"><?php _e(' PostTags'); ?></label>531 <label class="screen-reader-text" for="newtag"><?php _e('Tags'); ?></label> 532 532 <input type="hidden" name="tax_input[post_tag]" class="the-tags" id="tax-input[post_tag]" value="" /> 533 533 <div class="ajaxtag"> -
trunk/wp-includes/taxonomy.php
r18639 r18661 370 370 * 371 371 * Accepted keys of the label array in the taxonomy object: 372 * - name - general name for the taxonomy, usually plural. The same as and overridden by $tax->label. Default is PostTags/Categories373 * - singular_name - name for one object of this taxonomy. Default is PostTag/Category372 * - name - general name for the taxonomy, usually plural. The same as and overridden by $tax->label. Default is Tags/Categories 373 * - singular_name - name for one object of this taxonomy. Default is Tag/Category 374 374 * - search_items - Default is Search Tags/Search Categories 375 375 * - popular_items - This string isn't used on hierarchical taxonomies. Default is Popular Tags … … 397 397 398 398 $nohier_vs_hier_defaults = array( 399 'name' => array( _x( ' PostTags', 'taxonomy general name' ), _x( 'Categories', 'taxonomy general name' ) ),400 'singular_name' => array( _x( ' PostTag', 'taxonomy singular name' ), _x( 'Category', 'taxonomy singular name' ) ),399 'name' => array( _x( 'Tags', 'taxonomy general name' ), _x( 'Categories', 'taxonomy general name' ) ), 400 'singular_name' => array( _x( 'Tag', 'taxonomy singular name' ), _x( 'Category', 'taxonomy singular name' ) ), 401 401 'search_items' => array( __( 'Search Tags' ), __( 'Search Categories' ) ), 402 402 'popular_items' => array( __( 'Popular Tags' ), null ),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)