Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (18 months ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Props costdev, audrasjb.
See #57840.

File:
1 edited

Legend:

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

    r55720 r55911  
    150150
    151151    /**
    152      * Initialize the upgrader.
     152     * Initializes the upgrader.
    153153     *
    154154     * This will set the relationship between the skin being used and this upgrader,
     
    181181
    182182    /**
    183      * Add the generic strings to WP_Upgrader::$strings.
     183     * Adds the generic strings to WP_Upgrader::$strings.
    184184     *
    185185     * @since 2.8.0
     
    218218
    219219    /**
    220      * Connect to the filesystem.
     220     * Connects to the filesystem.
    221221     *
    222222     * @since 2.8.0
     
    290290
    291291    /**
    292      * Download a package.
     292     * Downloads a package.
    293293     *
    294294     * @since 2.8.0
     
    340340
    341341    /**
    342      * Unpack a compressed package file.
     342     * Unpacks a compressed package file.
    343343     *
    344344     * @since 2.8.0
     
    398398
    399399    /**
    400      * Flatten the results of WP_Filesystem_Base::dirlist() for iterating over.
     400     * Flattens the results of WP_Filesystem_Base::dirlist() for iterating over.
    401401     *
    402402     * @since 4.9.0
     
    713713
    714714    /**
    715      * Run an upgrade/installation.
     715     * Runs an upgrade/installation.
    716716     *
    717717     * Attempts to download the package (if it is not a local file), unpack it, and
     
    961961
    962962    /**
    963      * Toggle maintenance mode for the site.
     963     * Toggles maintenance mode for the site.
    964964     *
    965965     * Creates/deletes the maintenance file to enable/disable maintenance mode.
Note: See TracChangeset for help on using the changeset viewer.