Make WordPress Core

Changeset 13542


Ignore:
Timestamp:
03/02/2010 03:28:11 AM (15 years ago)
Author:
markjaquith
Message:

Hide All/Show All buttons should be links. see #11817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r13512 r13542  
    260260                           
    261261                            <p class="button-controls">
    262                                 <a class="show-all button"><?php _e('View All'); ?></a>
    263                                 <a class="hide-all button"><?php _e('Hide All'); ?></a>
     262                                <a class="show-all"><?php _e('View All'); ?></a>
     263                                <a class="hide-all"><?php _e('Hide All'); ?></a>
    264264                            </p>
    265265                            <div id="available-links" class="list-wrap">
     
    316316                           
    317317                            <p class="button-controls">
    318                                 <a class="show-all button"><?php _e('View All'); ?></a>
    319                                 <a class="hide-all button"><?php _e('Hide All'); ?></a>
     318                                <a class="show-all"><?php _e('View All'); ?></a>
     319                                <a class="hide-all"><?php _e('Hide All'); ?></a>
    320320                            </p>
    321321                           
     
    378378                           
    379379                            <p class="button-controls">
    380                                 <a class="show-all button"><?php _e('View All'); ?></a>
    381                                 <a class="hide-all button"><?php _e('Hide All'); ?></a>
     380                                <a class="show-all"><?php _e('View All'); ?></a>
     381                                <a class="hide-all"><?php _e('Hide All'); ?></a>
    382382                            </p>
    383383                           
Note: See TracChangeset for help on using the changeset viewer.