Changeset 4203
- Timestamp:
- 09/21/2006 09:00:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4202 r4203 1 1 <?php 2 2 // Turn register globals off 3 function unregister_GLOBALS() {3 function wp_unregister_GLOBALS() { 4 4 if ( !ini_get('register_globals') ) 5 5 return; … … 17 17 } 18 18 19 unregister_GLOBALS();19 wp_unregister_GLOBALS(); 20 20 21 21 unset( $wp_filter, $cache_userdata, $cache_lastcommentmodified, $cache_lastpostdate, $cache_settings, $category_cache, $cache_categories );
Note: See TracChangeset
for help on using the changeset viewer.