Ticket #18785: 18785.12.diff
File 18785.12.diff, 779 bytes (added by , 9 years ago) |
---|
-
wp-admin/includes/screen.php
665 665 666 666 if ( $old_help ) { 667 667 $this->add_help_tab( array( 668 'id' => ' contextual-help',668 'id' => 'old-contextual-help', 669 669 'title' => __('Overview'), 670 670 'content' => $old_help, 671 671 ) ); … … 793 793 <div id="screen-options-wrap" class="hidden"> 794 794 <form id="adv-settings" action="" method="post"> 795 795 <?php 796 if ( $this->get_option('overview') )797 echo $this->get_option('overview');798 796 if ( isset( $wp_meta_boxes[ $this->id ] ) ) : ?> 799 797 <h5><?php _ex('Show on screen', 'Metaboxes') ?></h5> 800 798 <div class="metabox-prefs">