Make WordPress Core


Ignore:
Timestamp:
03/04/2018 09:57:10 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use consistent description for $wp_filesystem global.

See #42505.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r42761 r42777  
    174174         * @since 2.8.0
    175175         *
    176          * @global WP_Filesystem_Base $wp_filesystem Subclass
     176         * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
    177177         *
    178178         * @param array $directories                  Optional. A list of directories. If any of these do
     
    290290         * @since 2.8.0
    291291         *
    292          * @global WP_Filesystem_Base $wp_filesystem Subclass
     292         * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
    293293         *
    294294         * @param string $package        Full path to the package file.
     
    372372         * @since 4.3.0
    373373         *
    374          * @global WP_Filesystem_Base $wp_filesystem Subclass
     374         * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
    375375         *
    376376         * @param string $remote_destination The location on the remote filesystem to be cleared
     
    424424         * @since 2.8.0
    425425         *
    426          * @global WP_Filesystem_Base $wp_filesystem Subclass
     426         * @global WP_Filesystem_Base $wp_filesystem        WordPress filesystem subclass.
    427427         * @global array              $wp_theme_directories
    428428         *
Note: See TracChangeset for help on using the changeset viewer.