Changeset 19684 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 01/05/2012 08:10:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r19596 r19684 324 324 325 325 } 326 327 326 328 327 } elseif ( preg_match('/quick-search-(posttype|taxonomy)-([a-zA-Z_-]*\b)/', $type, $matches) ) { … … 712 711 </div><!-- /.tabs-panel --> 713 712 714 715 713 <div id="<?php echo $post_type_name; ?>-all" class="tabs-panel tabs-panel-view-all <?php 716 714 echo ( 'all' == $current_tab ? 'tabs-panel-active' : 'tabs-panel-inactive' ); … … 768 766 </div><!-- /.tabs-panel --> 769 767 770 771 768 <p class="button-controls"> 772 769 <span class="list-controls"> … … 1126 1123 } 1127 1124 1128 1129 1125 } 1130 1126
Note: See TracChangeset
for help on using the changeset viewer.