mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Attach 'Screen Options' button to the sliding layer and related changes
git-svn-id: https://develop.svn.wordpress.org/trunk@9363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-8
@@ -28,14 +28,7 @@ require_once('admin-header.php');
|
||||
$today = current_time('mysql', 1);
|
||||
?>
|
||||
|
||||
<div id="screen-options-wrap" class="hidden">
|
||||
<h5><?php _e('Show on screen') ?></h5>
|
||||
<form id="adv-settings" action="" method="get">
|
||||
<div class="metabox-prefs">
|
||||
<?php meta_box_prefs('dashboard') ?>
|
||||
<br class="clear" />
|
||||
</div></form>
|
||||
</div>
|
||||
<?php screen_options('dashboard', 1); ?>
|
||||
|
||||
<div class="wrap">
|
||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||
|
||||
Reference in New Issue
Block a user