Restore some more "Show on screen" headers. See #13393.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f8f9eff02d
commit
05ba5e4dec
|
@ -3622,6 +3622,13 @@ function screen_meta($screen) {
|
|||
</div>
|
||||
<?php endif;
|
||||
echo screen_layout($screen);
|
||||
|
||||
if ( !empty( $screen_options ) ) {
|
||||
?>
|
||||
<h5><?php _ex('Show on screen', 'Screen Options') ?></h5>
|
||||
<?php
|
||||
}
|
||||
|
||||
echo $screen_options;
|
||||
echo $settings; ?>
|
||||
<div><?php wp_nonce_field( 'screen-options-nonce', 'screenoptionnonce', false ); ?></div>
|
||||
|
|
Loading…
Reference in New Issue