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

    r9341 r9363  
    8282$search = attribute_escape( $search_dirty ); ?>
    8383
    84 <div id="screen-options-wrap" class="hidden">
    85 <h5><?php _e('Show on screen') ?></h5>
    86 <form id="adv-settings" action="" method="get">
    87 <div class="metabox-prefs">
    88 <?php manage_columns_prefs('comment') ?>
    89 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    90 <br class="clear" />
    91 </div></form>
    92 </div>
     84<?php screen_options('comment') ?>
    9385
    9486<?php
Note: See TracChangeset for help on using the changeset viewer.