Make WordPress Core


Ignore:
Timestamp:
06/29/2011 04:46:46 PM (14 years ago)
Author:
nacin
Message:

wp_check_php_mysql_versions() during setup and install. see #17934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r18346 r18374  
    2424wp_initial_constants( );
    2525
     26// Check for the required PHP version and for the MySQL extension or a database drop-in.
     27wp_check_php_mysql_versions();
     28
    2629// Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php.
    2730set_magic_quotes_runtime( 0 );
     
    4043// Standardize $_SERVER variables across setups.
    4144wp_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();
    4545
    4646// Check if we have received a request due to missing favicon.ico
Note: See TracChangeset for help on using the changeset viewer.