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.php

    r9331 r9363  
    9191    $mode = attribute_escape($_GET['mode']); ?>
    9292
    93 <div id="screen-options-wrap" class="hidden">
    94 <h5><?php _e('Show on screen') ?></h5>
    95 <form id="adv-settings" action="" method="get">
    96 <div class="metabox-prefs">
    97 <?php manage_columns_prefs('post') ?>
    98 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    99 <br class="clear" />
    100 </div></form>
    101 </div>
     93<?php screen_options('post') ?>
    10294
    10395<?php
Note: See TracChangeset for help on using the changeset viewer.