Changeset 9363 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 10/27/2008 01:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9319 r9363 460 460 ?> 461 461 462 <div id="screen-options-wrap" class="hidden"> 463 <h5><?php _e('Show on screen') ?></h5> 464 <form id="adv-settings" action="" method="get"> 465 <div class="metabox-prefs"> 466 <?php meta_box_prefs('post') ?> 467 <br class="clear" /> 468 </div></form> 469 </div> 462 <?php screen_options('post', 1) ?> 470 463 471 464 <?php if ( $notice ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.