Make WordPress Core


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

Add @global annotations for wp-admin/*.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.