Make WordPress Core

Changeset 32642


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

Add @global annotations for wp-admin/*.

See #32444.

Location:
trunk/src/wp-admin
Files:
61 edited

Legend:

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

    r31955 r32642  
    8282 * @since 2.8.0
    8383 *
     84 * @global string $hook_suffix
    8485 * @param string $hook_suffix The current admin page.
    8586 */
  • trunk/src/wp-admin/admin-header.php

    r31955 r32642  
    1111    require_once( dirname( __FILE__ ) . '/admin.php' );
    1212
    13 // In case admin-header.php is included in a function.
     13/**
     14 * In case admin-header.php is included in a function.
     15 *
     16 * @global string    $title
     17 * @global string    $hook_suffix
     18 * @global WP_Screen $current_screen
     19 * @global WP_Locale $wp_locale
     20 * @global string    $pagenow
     21 * @global string    $wp_version
     22 * @global string    $update_title
     23 * @global int       $total_update_count
     24 * @global string    $parent_file
     25 */
    1426global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow, $wp_version,
    1527    $update_title, $total_update_count, $parent_file;
  • trunk/src/wp-admin/admin.php

    r31297 r32642  
    9595wp_enqueue_script( 'common' );
    9696
    97 // $pagenow is set in vars.php
    98 // $wp_importers is sometimes set in wp-admin/includes/import.php
    99 //
    100 // The remaining variables are imported as globals elsewhere,
    101 //     declared as globals here
     97
     98
     99
     100/**
     101 * $pagenow is set in vars.php
     102 * $wp_importers is sometimes set in wp-admin/includes/import.php
     103 * The remaining variables are imported as globals elsewhere, declared as globals here
     104 *
     105 * @global string $pagenow
     106 * @global array  $wp_importers
     107 * @global string $hook_suffix
     108 * @global string $plugin_page
     109 * @global string $typenow
     110 * @global string $taxnow
     111 */
    102112global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow;
    103113
  • trunk/src/wp-admin/comment.php

    r32116 r32642  
    1313$submenu_file = 'edit-comments.php';
    1414
     15/**
     16 * @global string $action
     17 */
    1518global $action;
    1619wp_reset_vars( array('action') );
  • trunk/src/wp-admin/custom-header.php

    r32333 r32642  
    229229     *
    230230     * @since 3.0.0
     231     *
     232     * @global array $_wp_default_headers
    231233     */
    232234    public function process_default_headers() {
  • trunk/src/wp-admin/customize.php

    r32333 r32642  
    3434}
    3535
     36/**
     37 * @global WP_Scripts           $wp_scripts
     38 * @global WP_Customize_Manager $wp_customize
     39 */
    3640global $wp_scripts, $wp_customize;
    3741
  • trunk/src/wp-admin/edit-form-advanced.php

    r32474 r32642  
    1111    die('-1');
    1212
     13/**
     14 * @global string  $post_type
     15 * @global object  $post_type_object
     16 * @global WP_Post $post
     17 */
    1318global $post_type, $post_type_object, $post;
    1419
  • trunk/src/wp-admin/edit-tags.php

    r32116 r32642  
    2121    wp_die( __( 'Cheatin’ uh?' ), 403 );
    2222
    23 // $post_type is set when the WP_Terms_List_Table instance is created
     23/**
     24 * $post_type is set when the WP_Terms_List_Table instance is created
     25 *
     26 * @global string $post_type
     27 */
    2428global $post_type;
    2529
  • trunk/src/wp-admin/edit.php

    r32116 r32642  
    1919}
    2020
     21/**
     22 * @global string $post_type
     23 * @global object $post_type_object
     24 */
    2125global $post_type, $post_type_object;
    2226
  • trunk/src/wp-admin/includes/ajax-actions.php

    r32571 r32642  
    7979 *
    8080 * @since 3.1.0
     81 *
     82 * @global WP_List_Table $wp_list_table
    8183 */
    8284function wp_ajax_fetch_list() {
     
    227229 *
    228230 * @since 3.1.0
     231 *
     232 * @global WP_Embed $wp_embed
    229233 */
    230234function wp_ajax_oembed_cache() {
     
    763767 *
    764768 * @since 3.1.0
     769 *
     770 * @global WP_List_Table $wp_list_table
    765771 */
    766772function wp_ajax_add_tag() {
     
    865871 * @since 3.1.0
    866872 *
     873 * @global WP_List_Table $wp_list_table
     874 * @global int           $post_id
     875 *
    867876 * @param string $action Action to perform.
    868877 */
     
    915924 *
    916925 * @since 3.1.0
     926 *
     927 * @global WP_List_Table $wp_list_table
    917928 *
    918929 * @param string $action Action to perform.
     
    10171028 *
    10181029 * @since 3.1.0
     1030 *
     1031 * @global WP_List_Table $wp_list_table
    10191032 */
    10201033function wp_ajax_edit_comment() {
     
    12301243 * @since 3.1.0
    12311244 *
     1245 * @global WP_List_Table $wp_list_table
     1246 *
    12321247 * @param string $action Action to perform.
    12331248 */
     
    15001515 *
    15011516 * @since 3.1.0
     1517 *
     1518 * @global WP_List_Table $wp_list_table
    15021519 */
    15031520function wp_ajax_inline_save() {
     
    15921609 *
    15931610 * @since 3.1.0
     1611 *
     1612 * @global WP_List_Table $wp_list_table
    15941613 */
    15951614function wp_ajax_inline_save_tax() {
     
    17441763 *
    17451764 * @since 3.1.0
     1765 *
     1766 * @global array $wp_registered_widgets
     1767 * @global array $wp_registered_widget_controls
     1768 * @global array $wp_registered_widget_updates
    17461769 */
    17471770function wp_ajax_save_widget() {
     
    18331856 *
    18341857 * @since 3.9.0
     1858 *
     1859 * @global WP_Customize_Manager $wp_customize
    18351860 */
    18361861function wp_ajax_update_widget() {
     
    24762501 *
    24772502 * @since 3.5.0
     2503 *
     2504 * @global WP_Post  $post
     2505 * @global WP_Embed $wp_embed
    24782506 */
    24792507function wp_ajax_send_link_to_editor() {
     
    26282656 *
    26292657 * @since 3.8.0
     2658 *
     2659 * @global array $_wp_admin_css_colors
    26302660 */
    26312661function wp_ajax_save_user_color_scheme() {
     
    26532683 *
    26542684 * @since 3.9.0
     2685 *
     2686 * @global array $themes_allowedtags
     2687 * @global array $theme_field_defaults
    26552688 */
    26562689function wp_ajax_query_themes() {
     
    27002733 * @since 4.0.0
    27012734 *
    2702  * @global WP_Post  $post     Global $post.
    2703  * @global WP_Embed $wp_embed Embed API instance.
     2735 * @global WP_Post    $post       Global $post.
     2736 * @global WP_Embed   $wp_embed   Embed API instance.
     2737 * @global WP_Scripts $wp_scripts
    27042738 */
    27052739function wp_ajax_parse_embed() {
     
    27892823}
    27902824
     2825/**
     2826 *
     2827 * @global WP_Post    $post
     2828 * @global WP_Scripts $wp_scripts
     2829 */
    27912830function wp_ajax_parse_media_shortcode() {
    27922831    global $post, $wp_scripts;
     
    29683007 *
    29693008 * @since 4.2.0
     3009 *
     3010 * @global WP_Press_This $wp_press_this
    29703011 */
    29713012function wp_ajax_press_this_save_post() {
     
    29813022 *
    29823023 * @since 4.2.0
     3024 *
     3025 * @global WP_Press_This $wp_press_this
    29833026 */
    29843027function wp_ajax_press_this_add_category() {
  • trunk/src/wp-admin/includes/bookmark.php

    r30356 r32642  
    7474 *
    7575 * @since 2.0.0
     76 *
     77 * @global wpdb $wpdb
    7678 *
    7779 * @param int $link_id ID of the link to delete
     
    137139 *
    138140 * @since 2.0.0
     141 *
     142 * @global wpdb $wpdb
    139143 *
    140144 * @param array $linkdata Elements that make up the link to insert.
     
    286290 * @since 3.5.0
    287291 * @access private
     292 *
     293 * @global string $pagenow
    288294 */
    289295function wp_link_manager_disabled_message() {
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r32600 r32642  
    3434     * @see WP_List_Table::__construct() for more information on default arguments.
    3535     *
     36     * @global int $post_id
     37     *
    3638     * @param array $args An associative array of arguments.
    3739     */
     
    5658    }
    5759
     60    /**
     61     *
     62     * @global int    $post_id
     63     * @global string $comment_status
     64     * @global string $search
     65     * @global string $comment_type
     66     */
    5867    public function prepare_items() {
    5968        global $post_id, $comment_status, $search, $comment_type;
     
    154163    }
    155164
     165    /**
     166     *
     167     * @global string $comment_status
     168     */
    156169    public function no_items() {
    157170        global $comment_status;
     
    163176    }
    164177
     178    /**
     179     *
     180     * @global int $post_id
     181     * @global string $comment_status
     182     * @global string $comment_type
     183     */
    165184    protected function get_views() {
    166185        global $post_id, $comment_status, $comment_type;
     
    216235    }
    217236
     237    /**
     238     *
     239     * @global string $comment_status
     240     */
    218241    protected function get_bulk_actions() {
    219242        global $comment_status;
     
    240263    }
    241264
     265    /**
     266     *
     267     * @global string $comment_status
     268     * @global string $comment_type
     269     * @param string $which
     270     */
    242271    protected function extra_tablenav( $which ) {
    243272        global $comment_status, $comment_type;
     
    300329    }
    301330
     331    /**
     332     *
     333     * @global int $post_id
     334     * @return array
     335     */
    302336    public function get_columns() {
    303337        global $post_id;
     
    357391    }
    358392
     393    /**
     394     *
     395     * @global WP_Post $post
     396     * @global object  $comment
     397     * @param object $a_comment
     398     */
    359399    public function single_row( $a_comment ) {
    360400        global $post, $comment;
     
    384424    }
    385425
     426    /**
     427     *
     428     * @global string $comment_status
     429     * @param object $comment
     430     */
    386431    public function column_comment( $comment ) {
    387432        global $comment_status;
     
    513558    }
    514559
     560    /**
     561     *
     562     * @global string $comment_status
     563     * @param object $comment
     564     */
    515565    public function column_author( $comment ) {
    516566        global $comment_status;
  • trunk/src/wp-admin/includes/class-wp-importer.php

    r31220 r32642  
    1313     * Returns array with imported permalinks from WordPress database
    1414     *
     15     * @global wpdb $wpdb
     16     *
    1517     * @param string $bid
    1618     * @return array
     
    5052     * Return count of imported permalinks from WordPress database
    5153     *
     54     * @global wpdb $wpdb
     55     *
    5256     * @param string $bid
    5357     * @return int
     
    7579    /**
    7680     * Set array with imported comments from WordPress database
     81     *
     82     * @global wpdb $wpdb
    7783     *
    7884     * @param string $bid
     
    232238     * Reset global variables that grow out of control during imports
    233239     *
    234      * @return void
     240     * @global wpdb  $wpdb
     241     * @global array $wp_actions
    235242     */
    236243    public function stop_the_insanity() {
  • trunk/src/wp-admin/includes/class-wp-links-list-table.php

    r31181 r32642  
    3131    }
    3232
     33    /**
     34     *
     35     * @global int    $cat_id
     36     * @global string $s
     37     * @global string $orderby
     38     * @global string $order
     39     */
    3340    public function prepare_items() {
    3441        global $cat_id, $s, $orderby, $order;
     
    6168    }
    6269
     70    /**
     71     *
     72     * @global int $cat_id
     73     * @param string $which
     74     */
    6375    protected function extra_tablenav( $which ) {
    6476        global $cat_id;
     
    109121    }
    110122
     123    /**
     124     *
     125     * @global int $cat_id
     126     */
    111127    public function display_rows() {
    112128        global $cat_id;
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r32473 r32642  
    505505     * @access protected
    506506     *
     507     * @global wpdb      $wpdb
     508     * @global WP_Locale $wp_locale
     509     *
    507510     * @param string $post_type
    508511     */
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r32517 r32642  
    4242    }
    4343
     44    /**
     45     *
     46     * @global WP_Query $wp_query
     47     * @global array    $post_mime_types
     48     * @global array    $avail_post_mime_types
     49     * @global string   $mode
     50     */
    4451    public function prepare_items() {
    4552        global $wp_query, $post_mime_types, $avail_post_mime_types, $mode;
     
    5865    }
    5966
     67    /**
     68     *
     69     * @global wpdb  $wpdb
     70     * @global array $post_mime_types
     71     * @global array $avail_post_mime_types
     72     * @return array
     73     */
    6074    protected function get_views() {
    6175        global $wpdb, $post_mime_types, $avail_post_mime_types;
     
    161175    /**
    162176     * Override parent views so we can use the filter bar display.
     177     *
     178     * @global string $mode
    163179     */
    164180    public function views() {
     
    271287    }
    272288
     289    /**
     290     *
     291     * @global WP_Post $post
     292     */
    273293    public function display_rows() {
    274294        global $post;
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r32630 r32642  
    3131    }
    3232
     33    /**
     34     *
     35     * @global string $s
     36     * @global string $mode
     37     * @global wpdb   $wpdb
     38     */
    3339    public function prepare_items() {
    3440        global $s, $mode, $wpdb;
     
    148154
    149155    /**
     156     * @global string $mode
     157     *
    150158     * @param string $which
    151159     */
     
    193201    }
    194202
     203    /**
     204     *
     205     * @global string $mode
     206     */
    195207    public function display_rows() {
    196208        global $mode;
  • trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php

    r31163 r32642  
    2323     * @see WP_List_Table::__construct() for more information on default arguments.
    2424     *
     25     * @global string $status
     26     * @global int    $page
     27     *
    2528     * @param array $args An associative array of arguments.
    2629     */
     
    5760    }
    5861
     62    /**
     63     *
     64     * @global string $status
     65     * @global array $totals
     66     * @global int $page
     67     * @global string $orderby
     68     * @global string $order
     69     * @global string $s
     70     */
    5971    public function prepare_items() {
    6072        global $status, $totals, $page, $orderby, $order, $s;
     
    200212    }
    201213
     214    /**
     215     *
     216     * @return array
     217     */
    202218    public function get_columns() {
    203         global $status;
    204 
    205219        return array(
    206220            'cb'          => '<input type="checkbox" />',
     
    216230    }
    217231
     232    /**
     233     *
     234     * @global array $totals
     235     * @global string $status
     236     * @return array
     237     */
    218238    protected function get_views() {
    219239        global $totals, $status;
     
    259279    }
    260280
     281    /**
     282     *
     283     * @global string $status
     284     * @return array
     285     */
    261286    protected function get_bulk_actions() {
    262287        global $status;
  • trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php

    r32630 r32642  
    1414    }
    1515
     16    /**
     17     *
     18     * @global string $usersearch
     19     * @global string $role
     20     * @global wpdb   $wpdb
     21     * @global string $mode
     22     */
    1623    public function prepare_items() {
    1724        global $usersearch, $role, $wpdb, $mode;
     
    8794    }
    8895
     96    /**
     97     *
     98     * @global string $role
     99     * @return array
     100     */
    89101    protected function get_views() {
    90102        global $role;
     
    147159    }
    148160
     161    /**
     162     *
     163     * @global string $mode
     164     */
    149165    public function display_rows() {
    150166        global $mode;
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r31990 r32642  
    4949    }
    5050
     51    /**
     52     *
     53     * @global array  $tabs
     54     * @global string $tab
     55     * @global int    $paged
     56     * @global string $type
     57     * @global string $term
     58     * @global string $wp_version
     59     */
    5160    public function prepare_items() {
    5261        include( ABSPATH . 'wp-admin/includes/plugin-install.php' );
     
    209218    }
    210219
     220    /**
     221     *
     222     * @global array $tabs
     223     * @global string $tab
     224     * @return array
     225     */
    211226    protected function get_views() {
    212227        global $tabs, $tab;
     
    277292
    278293    /**
     294     * @global string $tab
     295     *
    279296     * @param string $which
    280297     */
     
    342359    }
    343360
     361    /**
     362     * @global string $wp_version
     363     */
    344364    public function display_rows() {
    345365        $plugins_allowedtags = array(
  • trunk/src/wp-admin/includes/class-wp-plugins-list-table.php

    r31873 r32642  
    1818     * @see WP_List_Table::__construct() for more information on default arguments.
    1919     *
     20     * @global string $status
     21     * @global int    $page
     22     *
    2023     * @param array $args An associative array of arguments.
    2124     */
     
    4649    }
    4750
     51    /**
     52     *
     53     * @global string $status
     54     * @global type   $plugins
     55     * @global array  $totals
     56     * @global int    $page
     57     * @global string $orderby
     58     * @global string $order
     59     * @global string $s
     60     */
    4861    public function prepare_items() {
    4962        global $status, $plugins, $totals, $page, $orderby, $order, $s;
     
    242255    }
    243256
     257    /**
     258     *
     259     * @global array $plugins
     260     */
    244261    public function no_items() {
    245262        global $plugins;
     
    251268    }
    252269
     270    /**
     271     *
     272     * @global string $status
     273     * @return array
     274     */
    253275    public function get_columns() {
    254276        global $status;
     
    265287    }
    266288
     289    /**
     290     *
     291     * @global array $totals
     292     * @global string $status
     293     * @return array
     294     */
    267295    protected function get_views() {
    268296        global $totals, $status;
     
    309337    }
    310338
     339    /**
     340     *
     341     * @global string $status
     342     * @return array
     343     */
    311344    protected function get_bulk_actions() {
    312345        global $status;
     
    374407    }
    375408
     409    /**
     410     *
     411     * @global string $status
     412     */
    376413    public function display_rows() {
    377414        global $status;
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r32333 r32642  
    5656     * @see WP_List_Table::__construct() for more information on default arguments.
    5757     *
     58     * @global object $post_type_object
     59     * @global wpdb   $wpdb
     60     *
    5861     * @param array $args An associative array of arguments.
    5962     */
     
    102105    }
    103106
     107    /**
     108     *
     109     * @global array    $avail_post_stati
     110     * @global WP_Query $wp_query
     111     * @global int      $per_page
     112     * @global string   $mode
     113     */
    104114    public function prepare_items() {
    105115        global $avail_post_stati, $wp_query, $per_page, $mode;
     
    164174    }
    165175
     176    /**
     177     *
     178     * @global array $locked_post_status This seems to be deprecated.
     179     * @global array $avail_post_stati
     180     * @return array
     181     */
    166182    protected function get_views() {
    167183        global $locked_post_status, $avail_post_stati;
     
    468484
    469485    /**
    470      * @global wpdb $wpdb
     486     * @global wpdb    $wpdb
     487     * @global WP_Post $post
    471488     * @param array $pages
    472489     * @param int $pagenum
     
    629646
    630647    /**
    631      * @global string $mode
     648     * @global string  $mode
     649     * @global WP_Post $post
     650     *
    632651     * @param WP_Post $post
    633652     * @param int $level
     
    9921011     *
    9931012     * @since 3.1.0
     1013     *
     1014     * @global string $mode
    9941015     */
    9951016    public function inline_edit() {
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r32471 r32642  
    11491149     * @since 4.2.0
    11501150     * @access public
     1151     *
     1152     * @global WP_Locale $wp_locale
     1153     * @global string    $wp_version
     1154     * @global bool      $is_IE
    11511155     */
    11521156    public function html() {
     
    14641468}
    14651469
     1470/**
     1471 *
     1472 * @global WP_Press_This $wp_press_this
     1473 */
    14661474$GLOBALS['wp_press_this'] = new WP_Press_This;
  • trunk/src/wp-admin/includes/class-wp-terms-list-table.php

    r31331 r32642  
    2121     *
    2222     * @see WP_List_Table::__construct() for more information on default arguments.
     23     *
     24     * @global string $post_type
     25     * @global string $taxonomy
     26     * @global string $action
     27     * @global object $tax
    2328     *
    2429     * @param array $args An associative array of arguments.
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r31672 r32642  
    1616    }
    1717
     18    /**
     19     *
     20     * @global array  $tabs
     21     * @global string $tab
     22     * @global int    $paged
     23     * @global string $type
     24     * @global array  $theme_field_defaults
     25     */
    1826    public function prepare_items() {
    1927        include( ABSPATH . 'wp-admin/includes/theme-install.php' );
     
    138146    }
    139147
     148    /**
     149     *
     150     * @global array $tabs
     151     * @global string $tab
     152     * @return array
     153     */
    140154    protected function get_views() {
    141155        global $tabs, $tab;
     
    191205    /**
    192206     * Prints a theme from the WordPress.org API.
     207     *
     208     * @global array $themes_allowedtags
    193209     *
    194210     * @param object $theme An object that contains theme data returned by the WordPress.org API.
     
    332348    /**
    333349     * Prints the info for a theme (to be used in the theme installer modal).
     350     *
     351     * @global array $themes_allowedtags
    334352     *
    335353     * @param object $theme - A WordPress.org Theme API object.
     
    397415     * @access public
    398416     *
    399      * @uses $tab Global; current tab within Themes->Install screen
    400      * @uses $type Global; type of search.
     417     * @global string $tab  Current tab within Themes->Install screen
     418     * @global string $type Type of search.
    401419     */
    402420    public function _js_vars( $extra_args = array() ) {
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r31991 r32642  
    142142     *
    143143     * @since 2.8.0
     144     *
     145     * @global WP_Filesystem_Base $wp_filesystem Subclass
    144146     *
    145147     * @param array $directories                  Optional. A list of directories. If any of these do
     
    245247     * @since 2.8.0
    246248     *
     249     * @global WP_Filesystem_Base $wp_filesystem Subclass
     250     *
    247251     * @param string $package        Full path to the package file.
    248252     * @param bool   $delete_package Optional. Whether to delete the package file after attempting
     
    297301     *
    298302     * @since 2.8.0
     303     *
     304     * @global WP_Filesystem_Base $wp_filesystem Subclass
     305     * @global array              $wp_theme_directories
    299306     *
    300307     * @param array|string $args {
     
    627634     * @since 2.8.0
    628635     *
     636     * @global WP_Filesystem_Base $wp_filesystem Subclass
     637     *
    629638     * @param bool $enable True to enable maintenance mode, false to disable.
    630639     */
     
    958967     * @since 3.3.0
    959968     *
     969     * @global WP_Filesystem_Base $wp_filesystem Subclass
     970     *
    960971     * @param string $source The path to the downloaded package source.
    961972     * @return string|WP_Error The source as passed, or a {@see WP_Error} object if no plugins were found.
     
    10511062     *
    10521063     * @since 2.8.0
     1064     *
     1065     * @global WP_Filesystem_Base $wp_filesystem Subclass
    10531066     */
    10541067    public function delete_old_plugin($removed, $local_destination, $remote_destination, $plugin) {
     
    14731486     * @since 3.3.0
    14741487     *
     1488     * @global WP_Filesystem_Base $wp_filesystem Subclass
     1489     *
    14751490     * @param string $source The full path to the package source.
    14761491     * @return string|WP_Error The source or a WP_Error.
     
    15641579     *
    15651580     * @since 2.8.0
     1581     *
     1582     * @global WP_Filesystem_Base $wp_filesystem Subclass
    15661583     */
    15671584    public function delete_old_theme( $removed, $local_destination, $remote_destination, $theme ) {
     
    17351752     *
    17361753     * @since 3.7.0
     1754     *
     1755     * @global WP_Filesystem_Base $wp_filesystem Subclass
    17371756     *
    17381757     * @param array $language_updates Optional. Language pack updates. Default empty array.
     
    18601879     *
    18611880     * @since 3.7.0
     1881     *
     1882     * @global WP_Filesystem_Base $wp_filesystem Subclass
    18621883     */
    18631884    public function check_package( $source, $remote_source ) {
     
    19451966     *
    19461967     * @since 2.8.0
     1968     *
     1969     * @global WP_Filesystem_Base $wp_filesystem Subclass
     1970     * @global callback           $_wp_filesystem_direct_method
    19471971     *
    19481972     * @param object $current Response object for whether WordPress is current.
     
    22192243     * @since 3.7.0
    22202244     *
     2245     * @global string $wp_version
     2246     * @global string $wp_local_package
     2247     *
    22212248     * @return bool True if the checksums match, otherwise false.
    22222249     */
     
    24632490     *
    24642491     * @since 3.7.0
     2492     *
     2493     * @global wpdb $wpdb
    24652494     *
    24662495     * @param string $type    The type of update being checked: 'core', 'theme',
     
    26882717     *
    26892718     * @since 3.7.0
     2719     *
     2720     * @global wpdb   $wpdb
     2721     * @global string $wp_version
    26902722     */
    26912723    public function run() {
     
    28222854     * If we tried to perform a core update, check if we should send an email,
    28232855     * and if we need to avoid processing future updates.
     2856     *
     2857     * @global string $wp_version
    28242858     *
    28252859     * @param object $update_result The result of the core update. Includes the update offer and result.
     
    29102944     * @since 3.7.0
    29112945     *
     2946     * @global string $wp_version
     2947     *
    29122948     * @param string $type        The type of email to send. Can be one of 'success', 'fail', 'manual', 'critical'.
    29132949     * @param object $core_update The update offer that was attempted.
  • trunk/src/wp-admin/includes/class-wp-users-list-table.php

    r32015 r32642  
    7070     * @since 3.1.0
    7171     * @access public
     72     *
     73     * @global string $role
     74     * @global string $usersearch
    7275     */
    7376    public function prepare_items() {
     
    134137     * @access protected
    135138     *
     139     * @global string $role
     140     *
    136141     * @return array An array of HTML links, one for each view.
    137142     */
    138143    protected function get_views() {
    139         global $wp_roles, $role;
     144        global $role;
     145
     146        $wp_roles = wp_roles();
    140147
    141148        if ( $this->is_site_users ) {
     
    330337     * @access public
    331338     *
    332      * @global WP_Roles $wp_roles User roles object.
    333      *
    334339     * @param object $user_object The current user object.
    335340     * @param string $style       Deprecated. Not used.
     
    340345     */
    341346    public function single_row( $user_object, $style = '', $role = '', $numposts = 0 ) {
    342         global $wp_roles;
     347        $wp_roles = wp_roles();
    343348
    344349        if ( ! ( $user_object instanceof WP_User ) ) {
  • trunk/src/wp-admin/includes/comment.php

    r30122 r32642  
    157157 *
    158158 * @since 2.5.0
    159  * @uses $comment
     159 *
     160 * @global object $comment
    160161 *
    161162 * @param string $name User name.
  • trunk/src/wp-admin/includes/dashboard.php

    r32600 r32642  
    1313 *
    1414 * @since 2.5.0
     15 *
     16 * @global array $wp_registered_widgets
     17 * @global array $wp_registered_widget_controls
     18 * @global array $wp_dashboard_control_callbacks
    1519 */
    1620function wp_dashboard_setup() {
     
    126130}
    127131
     132/**
     133 *
     134 * @global array   $wp_dashboard_control_callbacks
     135 *
     136 * @param string   $widget_id
     137 * @param string   $widget_name
     138 * @param callback $callback
     139 * @param callback $control_callback
     140 * @param array    $callback_args
     141 */
    128142function wp_add_dashboard_widget( $widget_id, $widget_name, $callback, $control_callback = null, $callback_args = null ) {
    129143    $screen = get_current_screen();
     
    414428 * @since 3.8.0
    415429 *
     430 * @global int $post_ID
     431 *
    416432 * @param string $error_msg Optional. Error message. Default false.
    417433 */
     
    518534}
    519535
     536/**
     537 * @global object $comment
     538 *
     539 * @param object $comment
     540 * @param bool   $show_date
     541 */
    520542function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
    521543    $GLOBALS['comment'] =& $comment;
     
    874896 *
    875897 * @since 2.5.0
     898 *
     899 * @global array $wp_dashboard_control_callbacks
    876900 *
    877901 * @param int $widget_control_id Registered Widget ID.
     
    12311255 *
    12321256 * @since 3.2.0
     1257 *
     1258 * @global string $wp_version
    12331259 *
    12341260 * @return array|bool False on failure, array of browser data on success.
  • trunk/src/wp-admin/includes/export.php

    r31090 r32642  
    2121 * @since 2.1.0
    2222 *
     23 * @global wpdb    $wpdb
     24 * @global WP_Post $post
     25 *
    2326 * @param array $args Filters defining what should be included in the export.
    2427 */
     
    244247     *
    245248     * @since 3.1.0
     249     *
     250     * @global wpdb $wpdb
    246251     *
    247252     * @param array $post_ids Array of post IDs to filter the query by. Optional.
     
    376381
    377382<?php if ( $post_ids ) {
     383    /**
     384     * @global WP_Query $wp_query
     385     */
    378386    global $wp_query;
    379387
  • trunk/src/wp-admin/includes/file.php

    r32338 r32642  
    5151 * @since 1.5.0
    5252 *
    53  * @uses $wp_file_descriptions
     53 * @global array $wp_file_descriptions
    5454 * @param string $file Filesystem path or filename
    5555 * @return string Description of file from $wp_file_descriptions or basename of $file if description doesn't exist
     
    517517 * @since 2.5.0
    518518 *
     519 * @global WP_Filesystem_Base $wp_filesystem Subclass
     520 *
    519521 * @param string $file Full path and filename of zip archive
    520522 * @param string $to Full path on the filesystem to extract archive to
     
    580582 * @access private
    581583 *
     584 * @global WP_Filesystem_Base $wp_filesystem Subclass
     585 *
    582586 * @param string $file Full path and filename of zip archive
    583587 * @param string $to Full path on the filesystem to extract archive to
     
    678682 * @access private
    679683 *
     684 * @global WP_Filesystem_Base $wp_filesystem Subclass
     685 *
    680686 * @param string $file Full path and filename of zip archive
    681687 * @param string $to Full path on the filesystem to extract archive to
     
    769775 *
    770776 * @since 2.5.0
     777 *
     778 * @global WP_Filesystem_Base $wp_filesystem Subclass
    771779 *
    772780 * @param string $from source directory
     
    824832 * @since 2.5.0
    825833 *
     834 * @global WP_Filesystem_Base $wp_filesystem Subclass
     835 *
    826836 * @param array|false  $args                         Optional. Connection args, These are passed directly to
    827837 *                                                   the `WP_Filesystem_*()` classes. Default false.
     
    900910 *
    901911 * @since 2.5.0
     912 *
     913 * @global callback $_wp_filesystem_direct_method
    902914 *
    903915 * @param array  $args                         Optional. Connection details. Default empty array.
  • trunk/src/wp-admin/includes/image-edit.php

    r31575 r32642  
    673673 * in $_REQUEST['history']
    674674 *
     675 * @global array $_wp_additional_image_sizes
     676 *
    675677 * @param int $post_id
    676678 * @return \stdClass
  • trunk/src/wp-admin/includes/image.php

    r32545 r32642  
    6767 *
    6868 * @since 2.1.0
     69 *
     70 * @global array $_wp_additional_image_sizes
    6971 *
    7072 * @param int $attachment_id Attachment Id to process.
  • trunk/src/wp-admin/includes/import.php

    r30980 r32642  
    1212 * @since 2.0.0
    1313 *
     14 * @global array $wp_importers
    1415 * @return array
    1516 */
     
    4243 *
    4344 * @since 2.0.0
     45 *
     46 * @global array $wp_importers
    4447 *
    4548 * @param string $id Importer tag. Used to uniquely identify importer.
  • trunk/src/wp-admin/includes/list-table.php

    r29137 r32642  
    1313 * @access private
    1414 * @since 3.1.0
     15 *
     16 * @global string $hook_suffix
    1517 *
    1618 * @param string $class The type of the list table, which is the class name.
  • trunk/src/wp-admin/includes/media.php

    r32545 r32642  
    3737 * @since 2.5.0
    3838 *
     39 * @global wpdb $wpdb
     40 *
    3941 * @param array $tabs
    4042 * @return array $tabs with gallery if post has image attachment
     
    6870 *
    6971 * @since 2.5.0
     72 *
     73 * @global string $redir_tab
    7074 */
    7175function the_media_upload_tabs() {
     
    433437 *
    434438 * @since 2.5.0
     439 *
     440 * @global int $body_id
    435441 *
    436442 * @param string|callable $content_func
     
    527533 *
    528534 * @since 2.5.0
     535 *
     536 * @global int $post_ID
    529537 *
    530538 * @param string $editor_id
     
    12891297 * @since 2.5.0
    12901298 *
     1299 * @global WP_Query $wp_the_query
     1300 *
    12911301 * @param int $post_id Optional. Post ID.
    12921302 * @param array $errors Errors for attachment, if any.
     
    13221332 *
    13231333 * @since 2.5.0
     1334 *
     1335 * @global string $redir_tab
    13241336 *
    13251337 * @param int $attachment_id Attachment ID for modification.
     
    17371749 * @since 2.5.0
    17381750 *
     1751 * @global string $type
     1752 * @global string $tab
     1753 * @global bool   $is_IE
     1754 * @global bool   $is_opera
     1755 *
    17391756 * @param array $errors
    17401757 */
     
    21352152 *
    21362153 * @since 2.5.0
     2154 *
     2155 * @global string $redir_tab
     2156 * @global string $type
     2157 * @global string $tab
    21372158 *
    21382159 * @param array $errors
     
    22812302 * @since 2.5.0
    22822303 *
     2304 * @global wpdb      $wpdb
     2305 * @global WP_Query  $wp_query
     2306 * @global WP_Locale $wp_locale
     2307 * @global string    $type
     2308 * @global string    $tab
     2309 * @global array     $post_mime_types
     2310 *
    22832311 * @param array $errors
    22842312 */
     
    25652593 *
    25662594 * @since 2.6.0
     2595 *
     2596 * @global int $post_ID
    25672597 */
    25682598function media_upload_flash_bypass() {
  • trunk/src/wp-admin/includes/menu.php

    r31829 r32642  
    280280    $default_menu_order = array_flip($default_menu_order);
    281281
     282    /**
     283     *
     284     * @global array $menu_order
     285     * @global array $default_menu_order
     286     *
     287     * @param array $a
     288     * @param array $b
     289     * @return int
     290     */
    282291    function sort_menu($a, $b) {
    283292        global $menu_order, $default_menu_order;
  • trunk/src/wp-admin/includes/meta-boxes.php

    r32116 r32642  
    77 *
    88 * @since 2.7.0
     9 *
     10 * @global string $action
    911 *
    1012 * @param object $post
     
    671673 * @since 2.6.0
    672674 *
     675 * @global int $user_ID
     676 *
    673677 * @param object $post
    674678 */
     
    913917 *
    914918 * @since 1.0.1
     919 *
     920 * @global object $link
    915921 *
    916922 * @param string $class
  • trunk/src/wp-admin/includes/misc.php

    r32051 r32642  
    3838 *
    3939 * @since 3.7.0
     40 *
     41 * @global bool $is_nginx
    4042 *
    4143 * @return bool Whether the server supports URL rewriting.
     
    154156 *
    155157 * @since 1.5.0
     158 *
     159 * @global WP_Rewrite $wp_rewrite
    156160 */
    157161function save_mod_rewrite_rules() {
     
    183187 *
    184188 * @since 2.8.0
     189 *
     190 * @global WP_Rewrite $wp_rewrite
    185191 *
    186192 * @return bool True if web.config was updated successfully
     
    594600 *
    595601 * @since 3.0.0
     602 *
     603 * @global array $_wp_admin_css_colors
    596604 */
    597605function admin_color_scheme_picker( $user_id ) {
     
    647655}
    648656
     657/**
     658 *
     659 * @global array $_wp_admin_css_colors
     660 */
    649661function wp_color_scheme_settings() {
    650662    global $_wp_admin_css_colors;
     
    788800 * @since 3.8.0
    789801 *
     802 * @global string $pagenow
     803 *
    790804 * @param array $settings An array of Heartbeat settings.
    791805 * @return array Filtered Heartbeat settings.
     
    834848 *
    835849 * @since 4.0
     850 *
     851 * @global bool $is_safari
     852 * @global bool $is_chrome
    836853 */
    837854function post_form_autocomplete_off() {
  • trunk/src/wp-admin/includes/ms.php

    r32381 r32642  
    4848 *
    4949 * @since 3.0.0
     50 *
     51 * @global wpdb $wpdb
    5052 *
    5153 * @param int  $blog_id Blog ID.
     
    176178 *
    177179 * @todo Merge with wp_delete_user() ?
     180 *
     181 * @global wpdb $wpdb
    178182 *
    179183 * @param int $id The user ID.
     
    495499 *
    496500 * @since 3.0.0
     501 *
     502 * @global wpdb $wpdb
    497503 *
    498504 * @param int    $id         The user ID.
     
    843849 * @since 3.0.0
    844850 *
     851 * @global array $super_admins
     852 *
    845853 * @param int $user_id ID of the user to be granted Super Admin privileges.
    846854 * @return bool True on success, false on failure. This can fail when the user is
     
    888896 * @since 3.0.0
    889897 *
     898 * @global array $super_admins
     899 *
    890900 * @param int $user_id ID of the user Super Admin privileges to be revoked from.
    891901 * @return bool True on success, false on failure. This can fail when the user's email
     
    938948 * @since 3.1.0
    939949 *
     950 * @global wpdb $wpdb
     951 *
    940952 * @param int $site_id The network/site ID to check.
    941953 * @return bool True if network can be edited, otherwise false.
  • trunk/src/wp-admin/includes/nav-menu.php

    r32545 r32642  
    4040     * @see Walker_Nav_Menu::start_el()
    4141     * @since 3.0.0
     42     *
     43     * @global int $_wp_nav_menu_max_depth
    4244     *
    4345     * @param string $output Passed by reference. Used to append additional content.
     
    280282     *
    281283     * @since 3.0.0
     284     *
     285     * @global int $_nav_menu_placeholder
    282286     *
    283287     * @param string $output Passed by reference. Used to append additional content.
     
    464468 *
    465469 * @since 3.0.0
     470 *
     471 * @global array $wp_meta_boxes
    466472 **/
    467473function wp_initial_nav_menu_meta_boxes() {
     
    550556 * @since 3.6.0
    551557 *
    552  * @uses global $one_theme_location_no_menus to determine if no menus exist
     558 * @global bool $one_theme_location_no_menus to determine if no menus exist
    553559 *
    554560 * @param int|string $nav_menu_selected_id (id, name or slug) of the currently-selected menu
     
    568574 *
    569575 * @since 3.0.0
     576 *
     577 * @global int        $_nav_menu_placeholder
     578 * @global int|string $nav_menu_selected_id
    570579 */
    571580function wp_nav_menu_item_link_meta_box() {
     
    606615 *
    607616 * @since 3.0.0
     617 *
     618 * @global int        $_nav_menu_placeholder
     619 * @global int|string $nav_menu_selected_id
    608620 *
    609621 * @param string $object Not used.
     
    850862 * @since 3.0.0
    851863 *
     864 * @global int|string $nav_menu_selected_id
     865 *
    852866 * @param string $object Not used.
    853867 * @param string $taxonomy The taxonomy object.
     
    12291243 * @since 3.0.0
    12301244 *
     1245 * @global wpdb $wpdb
    12311246 */
    12321247function _wp_delete_orphaned_draft_menu_items() {
  • trunk/src/wp-admin/includes/plugin-install.php

    r32062 r32642  
    236236 *
    237237 * @since 2.7.0
     238 *
     239 * @global WP_List_Table $wp_list_table
    238240 */
    239241function display_plugins_table() {
     
    338340 *
    339341 * @since 2.7.0
     342 *
     343 * @global string $tab
     344 * @global string $wp_version
    340345 */
    341346function install_plugin_information() {
  • trunk/src/wp-admin/includes/plugin.php

    r32504 r32642  
    752752 * @since 2.6.0
    753753 *
     754 * @global WP_Filesystem_Base $wp_filesystem
     755 *
    754756 * @param array  $plugins    List of plugins to delete.
    755757 * @param string $deprecated Deprecated.
  • trunk/src/wp-admin/includes/schema.php

    r32381 r32642  
    334334 *
    335335 * @global wpdb $wpdb WordPress database abstraction object.
    336  * @uses $wp_db_version
     336 * @global int  $wp_db_version
     337 * @global int  $wp_current_db_version
    337338 */
    338339function populate_options() {
  • trunk/src/wp-admin/includes/user.php

    r32025 r32642  
    2929 */
    3030function edit_user( $user_id = 0 ) {
    31     global $wp_roles;
     31    $wp_roles = wp_roles();
    3232    $user = new stdClass;
    3333    if ( $user_id ) {
     
    199199 */
    200200function get_editable_roles() {
    201     global $wp_roles;
    202 
    203     $all_roles = $wp_roles->roles;
     201    $all_roles = wp_roles()->roles;
    204202
    205203    /**
     
    236234 *
    237235 * @since 2.0.0
     236 *
     237 * @global wpdb $wpdb
    238238 *
    239239 * @param int $user_id User ID.
     
    264264 *
    265265 * @since 2.0.0
     266 *
     267 * @global wpdb $wpdb
    266268 *
    267269 * @param int $id User ID.
     
    389391 * @since 2.8.0
    390392 */
     393/**
     394 *
     395 * @global int $user_ID
     396 *
     397 * @param false $errors Deprecated.
     398 */
    391399function default_password_nag_handler($errors = false) {
    392400    global $user_ID;
     
    425433/**
    426434 * @since 2.8.0
     435 *
     436 * @global string $pagenow
    427437 */
    428438function default_password_nag() {
  • trunk/src/wp-admin/includes/widgets.php

    r31200 r32642  
    1111 *
    1212 * @since 2.5.0
     13 *
     14 * @global array $wp_registered_widgets
     15 * @global array $wp_registered_widget_controls
    1316 */
    1417function wp_list_widgets() {
     
    100103 * @since 2.5.0
    101104 *
     105 * @global array $wp_registered_widgets
     106 *
    102107 * @param array $params
    103108 * @return array
     
    124129}
    125130
    126 function next_widget_id_number($id_base) {
     131/**
     132 *
     133 * @global array $wp_registered_widgets
     134 *
     135 * @param string $id_base
     136 * @return int
     137 */
     138function next_widget_id_number( $id_base ) {
    127139    global $wp_registered_widgets;
    128140    $number = 1;
     
    143155 *
    144156 * @since 2.5.0
     157 *
     158 * @global array $wp_registered_widgets
     159 * @global array $wp_registered_widget_controls
     160 * @global array $sidebars_widgets
    145161 *
    146162 * @param array $sidebar_args
  • trunk/src/wp-admin/install-helper.php

    r30542 r32642  
    154154 *
    155155 * @since 1.0.0
     156 *
     157 * @global wpdb $wpdb
    156158 *
    157159 * @param string $table_name Table name
  • 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'] ) ) {
  • trunk/src/wp-admin/link-parse-opml.php

    r31986 r32642  
    1010    die();
    1111
     12/**
     13 * @global string $opml
     14 */
    1215global $opml;
    1316
  • trunk/src/wp-admin/menu-header.php

    r31955 r32642  
    1111 *
    1212 * @global string $self
    13  * @name $self
    14  * @var string
    1513 */
    1614$self = preg_replace('|^.*/wp-admin/network/|i', '', $_SERVER['PHP_SELF']);
     
    1917$self = preg_replace('|^.*/mu-plugins/|i', '', $self);
    2018
    21 global $menu, $submenu, $parent_file; //For when admin-header is included from within a function.
     19/**
     20 * For when admin-header is included from within a function.
     21 *
     22 * @global array  $menu
     23 * @global array  $submenu
     24 * @global string $parent_file
     25 */
     26global $menu, $submenu, $parent_file;
    2227
    2328/**
     
    4045 * @since 2.7.0
    4146 *
     47 * @global string $self
     48 * @global string $parent_file
     49 * @global string $submenu_file
     50 * @global string $plugin_page
     51 * @global string $typenow
     52 *
    4253 * @param array $menu
    4354 * @param array $submenu
    44  * @param bool $submenu_as_parent
     55 * @param bool  $submenu_as_parent
    4556 */
    4657function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) {
  • trunk/src/wp-admin/nav-menus.php

    r32116 r32642  
    468468 * Ensure the user will be able to scroll horizontally
    469469 * by adding a class for the max menu depth.
     470 *
     471 * @global int $_wp_nav_menu_max_depth
    470472 */
    471473global $_wp_nav_menu_max_depth;
     
    478480}
    479481
    480 function wp_nav_menu_max_depth($classes) {
     482/**
     483 *
     484 * @global int $_wp_nav_menu_max_depth
     485 *
     486 * @param string $classes
     487 * @return string
     488 */
     489function wp_nav_menu_max_depth( $classes ) {
    481490    global $_wp_nav_menu_max_depth;
    482491    return "$classes menu-max-depth-$_wp_nav_menu_max_depth";
  • trunk/src/wp-admin/network.php

    r32116 r32642  
    3636 *
    3737 * @since 3.0.0
     38 *
     39 * @global wpdb $wpdb
     40 *
    3841 * @return Whether a network exists.
    3942 */
     
    6568 *
    6669 * @since 3.0.0
     70 *
     71 * @global wpdb $wpdb
     72 *
    6773 * @return bool Whether subdirectory install is allowed
    6874 */
     
    150156 *
    151157 * @since 3.0.0
     158 *
     159 * @global bool $is_apache
    152160 */
    153161function network_step1( $errors = false ) {
     
    327335 *
    328336 * @since 3.0.0
     337 *
     338 * @global wpdb $wpdb
    329339 */
    330340function network_step2( $errors = false ) {
  • trunk/src/wp-admin/network/upgrade.php

    r32152 r32642  
    4949
    5050        if ( $n < 5 ) {
     51            /**
     52             * @global string $wp_db_version
     53             */
    5154            global $wp_db_version;
    5255            update_site_option( 'wpmu_upgrade_site', $wp_db_version );
  • trunk/src/wp-admin/options-general.php

    r32116 r32642  
    322322<td><select name="start_of_week" id="start_of_week">
    323323<?php
     324/**
     325 * @global WP_Locale $wp_locale
     326 */
    324327global $wp_locale;
    325328
  • trunk/src/wp-admin/options-media.php

    r32116 r32642  
    8585</table>
    8686
    87 <?php if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?>
     87<?php
     88/**
     89 * @global array $wp_settings
     90 */
     91if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?>
    8892<h3 class="title"><?php _e('Embeds') ?></h3>
    8993<table class="form-table">
  • trunk/src/wp-admin/post-new.php

    r31121 r32642  
    1010require_once( dirname( __FILE__ ) . '/admin.php' );
    1111
     12/**
     13 * @global string  $post_type
     14 * @global object  $post_type_object
     15 * @global WP_Post $post
     16 */
    1217global $post_type, $post_type_object, $post;
    1318
  • trunk/src/wp-admin/post.php

    r31633 r32642  
    2424    $post_id = $post_ID = 0;
    2525
     26/**
     27 * @global string  $post_type
     28 * @global object  $post_type_object
     29 * @global WP_Post $post
     30 */
    2631global $post_type, $post_type_object, $post;
    2732
  • trunk/src/wp-admin/press-this.php

    r31534 r32642  
    1515    wp_die( __( 'Cheatin&#8217; uh?' ), 403 );
    1616
     17/**
     18 * @global WP_Press_This $wp_press_this
     19 */
    1720if ( empty( $GLOBALS['wp_press_this'] ) ) {
    1821    include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' );
  • trunk/src/wp-admin/setup-config.php

    r32116 r32642  
    6464 * @ignore
    6565 * @since 2.3.0
     66 *
     67 * @global string    $wp_version
     68 * @global string    $wp_local_package
     69 * @global WP_Locale $wp_locale
    6670 */
    6771function setup_config_display_header( $body_classes = array() ) {
  • trunk/src/wp-admin/update-core.php

    r32522 r32642  
    2323    wp_die( __( 'You do not have sufficient permissions to update this site.' ) );
    2424
     25/**
     26 *
     27 * @global string $wp_local_package
     28 * @global wpdb   $wpdb
     29 * @global string $wp_version
     30 *
     31 * @staticvar bool $first_pass
     32 *
     33 * @param object $update
     34 */
    2535function list_core_update( $update ) {
    2636    global $wp_local_package, $wpdb, $wp_version;
     
    137147 * @since 2.7.0
    138148 *
    139  * @return null
     149 * @global string $wp_version
     150 * @global string $required_php_version
     151 * @global string $required_mysql_version
    140152 */
    141153function core_upgrade_preamble() {
     
    199211}
    200212
     213/**
     214 *
     215 * @global string $wp_version
     216 */
    201217function list_plugin_updates() {
    202218    global $wp_version;
     
    365381 * @since 2.7.0
    366382 *
    367  * @return null
     383 * @global WP_Filesystem_Base $wp_filesystem Subclass
    368384 */
    369385function do_core_upgrade( $reinstall = false ) {
  • trunk/src/wp-admin/upgrade.php

    r32116 r32642  
    3636}
    3737
     38/**
     39 * @global string $wp_version
     40 * @global string $required_php_version
     41 * @global string $required_mysql_version
     42 * @global wpdb   $wpdb
     43 */
    3844global $wp_version, $required_php_version, $required_mysql_version;
    3945
Note: See TracChangeset for help on using the changeset viewer.