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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-10-07 05:00:38 +00:00
parent d23f035e62
commit cc199b6358
1 changed files with 0 additions and 1 deletions

View File

@ -694,7 +694,6 @@ final class WP_Screen {
?>
<div id="<?php echo esc_attr( $panel_id ); ?>" class="<?php echo esc_attr( $classes ); ?>">
<h3><?php echo esc_html( $tab['title'] ); ?></h3>
<?php
// Print tab content.
echo $tab['content'];