Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install-helper.php

    r10150 r17071  
    3939 */
    4040
    41 /**
    42  * @global bool $wp_only_load_config
    43  * @name $wp_only_load_config
    44  * @var bool
    45  * @since unknown
    46  */
    47 $wp_only_load_config = true;
    48 
    4941/** Load WordPress Bootstrap */
    5042require_once(dirname(dirname(__FILE__)).'/wp-load.php');
     
    5547 * @name $debug
    5648 * @var bool|int
    57  * @since unknown
     49 * @since 1.0.0
    5850 */
    5951$debug = 0;
     
    6355 * Create database table, if it doesn't already exist.
    6456 *
    65  * @since unknown
     57 * @since 1.0.0
    6658 * @package WordPress
    6759 * @subpackage Plugin
     
    9587 * Add column to database table, if column doesn't already exist in table.
    9688 *
    97  * @since unknown
     89 * @since 1.0.0
    9890 * @package WordPress
    9991 * @subpackage Plugin
     
    130122 * Drop column from database table, if it exists.
    131123 *
    132  * @since unknown
     124 * @since 1.0.0
    133125 * @package WordPress
    134126 * @subpackage Plugin
     
    174166 *      Extra
    175167 *
    176  * @since unknown
     168 * @since 1.0.0
    177169 * @package WordPress
    178170 * @subpackage Plugin
Note: See TracChangeset for help on using the changeset viewer.