Changeset 13745 for trunk/wp-admin/includes/template.php
- Timestamp:
- 03/18/2010 07:50:43 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r13733 r13745 2981 2981 global $wp_settings_sections; 2982 2982 2983 if ( 'misc' == $page ) 2984 $page = 'general'; 2985 2983 2986 if ( !isset($wp_settings_sections) ) 2984 2987 $wp_settings_sections = array(); … … 3015 3018 function add_settings_field($id, $title, $callback, $page, $section = 'default', $args = array()) { 3016 3019 global $wp_settings_fields; 3020 3021 if ( 'misc' == $page ) 3022 $page = 'general'; 3017 3023 3018 3024 if ( !isset($wp_settings_fields) )
Note: See TracChangeset
for help on using the changeset viewer.