Changeset 18861
- Timestamp:
- 10/01/2011 09:18:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r18859 r18861 599 599 $defaults = array( 600 600 'title' => false, 601 'section' => false, 601 602 'id' => false, 602 603 'content' => '', … … 692 693 693 694 <div id="<?php echo esc_attr( $panel_id ); ?>" class="<?php echo esc_attr( $classes ); ?>"> 694 <h3><?php echo esc_html( $tab['title'] ); ?></h3>695 695 <?php 696 if ( $tab['section'] ) 697 echo '<h3>' . esc_html( $tab['section'] ) . '</h3>'; 698 696 699 // Print tab content. 697 700 echo $tab['content'];
Note: See TracChangeset
for help on using the changeset viewer.