Changeset 18374 for trunk/wp-settings.php
- Timestamp:
- 06/29/2011 04:46:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r18346 r18374 24 24 wp_initial_constants( ); 25 25 26 // Check for the required PHP version and for the MySQL extension or a database drop-in. 27 wp_check_php_mysql_versions(); 28 26 29 // Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php. 27 30 set_magic_quotes_runtime( 0 ); … … 40 43 // Standardize $_SERVER variables across setups. 41 44 wp_fix_server_vars(); 42 43 // Check for the required PHP version and for the MySQL extension or a database drop-in.44 wp_check_php_mysql_versions();45 45 46 46 // Check if we have received a request due to missing favicon.ico
Note: See TracChangeset
for help on using the changeset viewer.