Changeset 18432
- Timestamp:
- 07/11/2011 08:22:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r18320 r18432 1164 1164 1165 1165 foreach ( (array) $wp_settings_sections[$page] as $section ) { 1166 echo "<h3>{$section['title']}</h3>\n"; 1166 if ( $section['title'] ) 1167 echo "<h3>{$section['title']}</h3>\n"; 1167 1168 call_user_func($section['callback'], $section); 1168 1169 if ( !isset($wp_settings_fields) || !isset($wp_settings_fields[$page]) || !isset($wp_settings_fields[$page][$section['id']]) )
Note: See TracChangeset
for help on using the changeset viewer.