Changeset 38880 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 10/23/2016 06:15:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r38797 r38880 443 443 </div> 444 444 <?php if ( $user_can_assign_terms ) : ?> 445 <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>445 <p class="hide-if-no-js"><button type="button" class="button-link tagcloud-link" id="link-<?php echo $tax_name; ?>" aria-expanded="false"><?php echo $taxonomy->labels->choose_from_most_used; ?></button></p> 446 446 <?php endif; ?> 447 447 <?php
Note: See TracChangeset
for help on using the changeset viewer.