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-includes/load.php

    r18339 r18374  
    22/**
    33 * These functions are needed to load WordPress.
     4 *
     5 * This file must be parsable by PHP4.
    46 *
    57 * @package WordPress
     
    9597 *
    9698 * Dies if requirements are not met.
     99 *
     100 * This function must be able to work without a complete environment set up. In wp-load.php, for
     101 * example, WP_CONTENT_DIR is defined and version.php is included before this function is called.
    97102 *
    98103 * @access private
Note: See TracChangeset for help on using the changeset viewer.