Make WordPress Core

Changeset 19563


Ignore:
Timestamp:
12/07/2011 12:13:52 AM (14 years ago)
Author:
ryan
Message:

Contextual help: Remove dead overview code. Prepend old- to back compat ID. Props nacin. see #18785

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r19521 r19563  
    666666        if ( $old_help ) {
    667667            $this->add_help_tab( array(
    668                 'id'      => 'contextual-help',
     668                'id'      => 'old-contextual-help',
    669669                'title'   => __('Overview'),
    670670                'content' => $old_help,
     
    794794        <form id="adv-settings" action="" method="post">
    795795        <?php
    796         if ( $this->get_option('overview') )
    797             echo $this->get_option('overview');
    798796        if ( isset( $wp_meta_boxes[ $this->id ] ) ) : ?>
    799797            <h5><?php _ex('Show on screen', 'Metaboxes') ?></h5>
Note: See TracChangeset for help on using the changeset viewer.