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

    r9319 r9363  
    310310add_meta_box('linkadvanceddiv', __('Advanced'), 'link_advanced_meta_box', 'link', 'normal', 'core'); ?>
    311311
    312 <div id="screen-options-wrap" class="hidden">
    313 <h5><?php _e('Show on screen') ?></h5>
    314 <form id="adv-settings" action="" method="get">
    315 <div class="metabox-prefs">
    316 <?php meta_box_prefs('link') ?>
    317 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    318 <br class="clear" />
    319 </div></form>
    320 </div>
     312<?php screen_options('link', 1) ?>
    321313
    322314<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.