Make WordPress Core


Ignore:
Timestamp:
10/24/2008 10:29:07 AM (17 years ago)
Author:
markjaquith
Message:

Screen Options tab, rough draft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r9291 r9319  
    8282<img id="logo50" src="images/wp-logo.gif" alt="" /> <h1><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit site') ?>"><?php echo $blog_name ?></a>
    8383<?php if ( in_array( $pagenow, $settings_pages ) ) { ?>
    84 <span id="edit-settings">
    85 <a href="#edit_settings" id="show-settings-link" class="hide-if-no-js show-settings"><?php _e('Page Options') ?></a>
    86 <a href="#edit_settings" id="hide-settings-link" class="show-settings" style="display:none;"><?php _e('Hide Options') ?></a>
     84
     85<span id="screen-options-link-wrap" class="hide-if-no-js">
     86<span id="screen-options" class="screen-options-closed">
     87<a href="#screen-options" id="show-settings-link" class="show-settings"><?php _e('Screen Options') ?></a>
     88<a href="#screen-options" id="hide-settings-link" class="show-settings" style="display:none;"><?php _e('Hide Options') ?></a>
     89</span>
    8790</span>
    8891<?php } ?></h1>
Note: See TracChangeset for help on using the changeset viewer.