Make WordPress Core


Ignore:
Timestamp:
10/27/2008 01:22:24 AM (17 years ago)
Author:
azaozz
Message:

Attach 'Screen Options' button to the sliding layer and related changes

File:
1 edited

Legend:

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

    r9332 r9363  
    350350?>
    351351
    352 <div id="screen-options-wrap" class="hidden">
    353 <h5><?php _e('Show on screen') ?></h5>
    354 <form id="adv-settings" action="" method="get">
    355 <div class="metabox-prefs">
    356 <?php meta_box_prefs('page') ?>
    357 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    358 <br class="clear" />
    359 </div></form>
    360 </div>
     352<?php screen_options('page', 1); ?>
    361353
    362354<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.