Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (2 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-theme-installer-skin.php

    r55595 r55911  
    4747
    4848    /**
    49      * Action to perform before installing a theme.
     49     * Performs an action before installing a theme.
    5050     *
    5151     * @since 2.8.0
     
    8282
    8383    /**
    84      * Action to perform following a single theme install.
     84     * Performs an action following a single theme install.
    8585     *
    8686     * @since 2.8.0
     
    189189
    190190    /**
    191      * Check if the theme can be overwritten and output the HTML for overwriting a theme on upload.
     191     * Checks if the theme can be overwritten and outputs the HTML for overwriting a theme on upload.
    192192     *
    193193     * @since 5.5.0
Note: See TracChangeset for help on using the changeset viewer.