Changeset 11264
- Timestamp:
- 05/11/2009 05:31:30 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/includes/schema.php (modified) (1 diff)
-
wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r10902 r11264 304 304 'widget_categories' => array(), 305 305 'widget_text' => array(), 306 'widget_rss' => array() 306 'widget_rss' => array(), 307 308 // 2.8 309 'timezone_string' => '' 307 310 ); 308 311 -
trunk/wp-settings.php
r11128 r11264 47 47 48 48 unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate ); 49 50 function wp_register_REQUEST() { 51 $_REQUEST = array_merge($_GET, $_POST); 52 } 53 54 wp_register_REQUEST(); 49 55 50 56 /**
Note: See TracChangeset
for help on using the changeset viewer.