Make WordPress Core


Ignore:
Timestamp:
05/28/2015 09:40:27 PM (9 years ago)
Author:
wonderboymusic
Message:

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

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

    r32116 r32642  
    160160}
    161161
     162/**
     163 * @global string $wp_version
     164 * @global string $required_php_version
     165 * @global string $required_mysql_version
     166 * @global wpdb   $wpdb
     167 */
    162168global $wp_version, $required_php_version, $required_mysql_version;
    163169
     
    184190}
    185191
     192/**
     193 * @global string    $wp_local_package
     194 * @global WP_Locale $wp_locale
     195 */
    186196$language = '';
    187197if ( ! empty( $_REQUEST['language'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.