Changeset 38754 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 10/07/2016 08:55:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r38702 r38754 572 572 remove_query_arg( $removed_args ) 573 573 )); 574 ?>#posttype-<?php echo $post_type_name; ?>" class="select-all "><?php _e('Select All'); ?></a>574 ?>#posttype-<?php echo $post_type_name; ?>" class="select-all aria-button-if-js"><?php _e( 'Select All' ); ?></a> 575 575 </span> 576 576 … … 770 770 remove_query_arg($removed_args) 771 771 )); 772 ?>#taxonomy-<?php echo $taxonomy_name; ?>" class="select-all "><?php _e('Select All'); ?></a>772 ?>#taxonomy-<?php echo $taxonomy_name; ?>" class="select-all aria-button-if-js"><?php _e( 'Select All' ); ?></a> 773 773 </span> 774 774
Note: See TracChangeset
for help on using the changeset viewer.