Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (3 years 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-core-upgrader.php

    r55899 r55911  
    2222
    2323        /**
    24          * Initialize the upgrade strings.
     24         * Initializes the upgrade strings.
    2525         *
    2626         * @since 2.8.0
     
    4040
    4141        /**
    42          * Upgrade WordPress core.
     42         * Upgrades WordPress core.
    4343         *
    4444         * @since 2.8.0
     
    386386
    387387        /**
    388          * Compare the disk file checksums against the expected checksums.
     388         * Compares the disk file checksums against the expected checksums.
    389389         *
    390390         * @since 3.7.0
Note: See TracChangeset for help on using the changeset viewer.