Changeset 19563
- Timestamp:
- 12/07/2011 12:13:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r19521 r19563 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, … … 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>
Note: See TracChangeset
for help on using the changeset viewer.