Changeset 14894 for trunk/wp-admin/includes/meta-boxes.php
- Timestamp:
- 05/25/2010 05:16:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r14748 r14894 272 272 <p class="hide-if-no-js"><a href="#titlediv" class="tagcloud-link" id="link-<?php echo $tax_name; ?>"><?php echo $help_cloud; ?></a></p> 273 273 <?php else : ?> 274 <p><em><?php _e('You cannot modify this Taxonomy.'); ?></em></p>274 <p><em><?php _e('You cannot modify this taxonomy.'); ?></em></p> 275 275 <?php endif; ?> 276 276 <?php … … 317 317 </div> 318 318 <?php if ( !current_user_can($tax->cap->assign_terms) ) : ?> 319 <p><em><?php _e('You cannot modify this Taxonomy.'); ?></em></p>319 <p><em><?php _e('You cannot modify this taxonomy.'); ?></em></p> 320 320 <?php endif; ?> 321 321 <?php if ( current_user_can($tax->cap->edit_terms) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.