Changeset 35459 for trunk/src/wp-admin/includes/template-functions.php
- Timestamp:
- 10/30/2015 03:29:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template-functions.php
r35326 r35459 1249 1249 * @since 2.7.0 1250 1250 * 1251 * @param string $page The slug name of the page whos settings sections you want to output1251 * @param string $page The slug name of the page whose settings sections you want to output 1252 1252 */ 1253 1253 function do_settings_sections( $page ) { … … 1259 1259 foreach ( (array) $wp_settings_sections[$page] as $section ) { 1260 1260 if ( $section['title'] ) 1261 echo "<h 3>{$section['title']}</h3>\n";1261 echo "<h2>{$section['title']}</h2>\n"; 1262 1262 1263 1263 if ( $section['callback'] )
Note: See TracChangeset
for help on using the changeset viewer.