Make WordPress Core


Ignore:
Timestamp:
05/29/2015 02:05:26 AM (9 years ago)
Author:
wonderboymusic
Message:

Add @global annotations to (the rest of the?) wp-admin/* files.

Does not include list table file changes.

See #32444.

File:
1 edited

Legend:

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

    r31200 r32643  
    151151 *
    152152 * @deprecated 3.4.0
     153 *
     154 * @global WP_Theme_Install_List_Table $wp_list_table
    153155 */
    154156function display_theme( $theme ) {
     
    166168 *
    167169 * @since 2.8.0
     170 *
     171 * @global WP_Theme_Install_List_Table $wp_list_table
    168172 */
    169173function display_themes() {
     
    186190 *
    187191 * @since 2.8.0
     192 *
     193 * @global WP_Theme_Install_List_Table $wp_list_table
    188194 */
    189195function install_theme_information() {
Note: See TracChangeset for help on using the changeset viewer.