Changeset 41987 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 10/24/2017 11:21:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r41910 r41987 999 999 <ul id="category-tabs" class="category-tabs"> 1000 1000 <li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li> 1001 <li class="hide-if-no-js"><a href="#categories-pop"><?php _e ( 'Most Used' ); ?></a></li>1001 <li class="hide-if-no-js"><a href="#categories-pop"><?php _ex( 'Most Used', 'categories' ); ?></a></li> 1002 1002 </ul> 1003 1003
Note: See TracChangeset
for help on using the changeset viewer.