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:
parent
3a4313186a
commit
a6e3d28d3e
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user