Make WordPress Core

Changeset 18913


Ignore:
Timestamp:
10/07/2011 05:00:38 AM (13 years ago)
Author:
nacin
Message:

Remove redundant help tab title from the tab body. see #18785.

File:
1 edited

Legend:

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

    r18911 r18913  
    695695
    696696                        <div id="<?php echo esc_attr( $panel_id ); ?>" class="<?php echo esc_attr( $classes ); ?>">
    697                             <h3><?php echo esc_html( $tab['title'] ); ?></h3>
    698697                            <?php
    699698                            // Print tab content.
Note: See TracChangeset for help on using the changeset viewer.