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

    r9341 r9363  
    146146require_once('admin-header.php'); ?>
    147147
    148 <div id="screen-options-wrap" class="hidden">
    149 <h5><?php _e('Show on screen') ?></h5>
    150 <form id="adv-settings" action="" method="get">
    151 <div class="metabox-prefs">
    152 <?php manage_columns_prefs('media') ?>
    153 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    154 <br class="clear" />
    155 </div></form>
    156 </div>
     148<?php screen_options('media') ?>
    157149
    158150<?php
Note: See TracChangeset for help on using the changeset viewer.