mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Restore some more "Show on screen" headers. See #13393.
git-svn-id: https://develop.svn.wordpress.org/trunk@14768 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3622,6 +3622,13 @@ function screen_meta($screen) {
|
|||||||
</div>
|
</div>
|
||||||
<?php endif;
|
<?php endif;
|
||||||
echo screen_layout($screen);
|
echo screen_layout($screen);
|
||||||
|
|
||||||
|
if ( !empty( $screen_options ) ) {
|
||||||
|
?>
|
||||||
|
<h5><?php _ex('Show on screen', 'Screen Options') ?></h5>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
|
||||||
echo $screen_options;
|
echo $screen_options;
|
||||||
echo $settings; ?>
|
echo $settings; ?>
|
||||||
<div><?php wp_nonce_field( 'screen-options-nonce', 'screenoptionnonce', false ); ?></div>
|
<div><?php wp_nonce_field( 'screen-options-nonce', 'screenoptionnonce', false ); ?></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user