Changeset 16445
- Timestamp:
- 11/18/2010 02:22:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/meta-boxes.php
r16438 r16445 301 301 <?php if ( current_user_can($taxonomy->cap->assign_terms) ) : ?> 302 302 <p class="hide-if-no-js"><a href="#titlediv" class="tagcloud-link" id="link-<?php echo $tax_name; ?>"><?php echo $taxonomy->labels->choose_from_most_used; ?></a></p> 303 <?php else : ?>304 <p><em><?php _e('You cannot modify this taxonomy.'); ?></em></p>305 303 <?php endif; ?> 306 304 <?php … … 346 344 </ul> 347 345 </div> 348 <?php if ( !current_user_can($tax->cap->assign_terms) ) : ?>349 <p><em><?php _e('You cannot modify this taxonomy.'); ?></em></p>350 <?php endif; ?>351 346 <?php if ( current_user_can($tax->cap->edit_terms) ) : ?> 352 347 <div id="<?php echo $taxonomy; ?>-adder" class="wp-hidden-children">
Note: See TracChangeset
for help on using the changeset viewer.