Make WordPress Core

Changeset 54324


Ignore:
Timestamp:
09/27/2022 10:14:31 AM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in class-wp-site-health-auto-updates.php, as per docblocks standards.

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php

    r54201 r54324  
    2121
    2222    /**
    23      * Run tests to determine if auto-updates can run.
     23     * Runs tests to determine if auto-updates can run.
    2424     *
    2525     * @since 5.2.0
     
    5959
    6060    /**
    61      * Test if auto-updates related constants are set correctly.
     61     * Tests if auto-updates related constants are set correctly.
    6262     *
    6363     * @since 5.2.0
     
    8585
    8686    /**
    87      * Check if updates are intercepted by a filter.
     87     * Checks if updates are intercepted by a filter.
    8888     *
    8989     * @since 5.2.0
     
    107107
    108108    /**
    109      * Check if automatic updates are disabled by a filter.
     109     * Checks if automatic updates are disabled by a filter.
    110110     *
    111111     * @since 5.2.0
     
    128128
    129129    /**
    130      * Check if automatic updates are disabled.
     130     * Checks if automatic updates are disabled.
    131131     *
    132132     * @since 5.3.0
     
    152152
    153153    /**
    154      * Check if automatic updates have tried to run, but failed, previously.
     154     * Checks if automatic updates have tried to run, but failed, previously.
    155155     *
    156156     * @since 5.2.0
     
    198198
    199199    /**
    200      * Check if WordPress is controlled by a VCS (Git, Subversion etc).
     200     * Checks if WordPress is controlled by a VCS (Git, Subversion etc).
    201201     *
    202202     * @since 5.2.0
     
    268268
    269269    /**
    270      * Check if we can access files without providing credentials.
     270     * Checks if we can access files without providing credentials.
    271271     *
    272272     * @since 5.2.0
     
    300300
    301301    /**
    302      * Check if core files are writable by the web user/group.
     302     * Checks if core files are writable by the web user/group.
    303303     *
    304304     * @since 5.2.0
     
    387387
    388388    /**
    389      * Check if the install is using a development branch and can use nightly packages.
     389     * Checks if the install is using a development branch and can use nightly packages.
    390390     *
    391391     * @since 5.2.0
     
    425425
    426426    /**
    427      * Check if the site supports automatic minor updates.
     427     * Checks if the site supports automatic minor updates.
    428428     *
    429429     * @since 5.2.0
Note: See TracChangeset for help on using the changeset viewer.