Make WordPress Core


Ignore:
Timestamp:
09/04/2012 08:31:14 PM (13 years ago)
Author:
nacin
Message:

Ensure we are parseable by PHP4 until wp_check_php_mysql_versions() has a chance to run.

Merges [21715], [21716] to the 3.4 branch.
props SergeyBiryukov.
fixes #21316.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-load.php

    r20561 r21739  
    4949    require_once( ABSPATH . WPINC . '/version.php' );
    5050
     51    wp_check_php_mysql_versions();
    5152    wp_load_translations_early();
    52     wp_check_php_mysql_versions();
     53
     54    require_once( ABSPATH . WPINC . '/functions.php' );
    5355
    5456    // Die with an error message
Note: See TracChangeset for help on using the changeset viewer.