Make WordPress Core


Ignore:
Timestamp:
08/21/2008 06:42:19 AM (17 years ago)
Author:
markjaquith
Message:

Consolidate our hide-if-no-js CSS/jQuery stuff. Now, just: hide-if-js, hide-if-no-js. Simple, easy to remember.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r8697 r8700  
    208208<ul id="category-tabs">
    209209    <li class="ui-tabs-selected"><a href="#categories-all" tabindex="3"><?php _e( 'All Categories' ); ?></a></li>
    210     <li class="wp-no-js-hidden"><a href="#categories-pop" tabindex="3"><?php _e( 'Most Used' ); ?></a></li>
     210    <li class="hide-if-no-js"><a href="#categories-pop" tabindex="3"><?php _e( 'Most Used' ); ?></a></li>
    211211</ul>
    212212
Note: See TracChangeset for help on using the changeset viewer.