Make WordPress Core

Changeset 56435


Ignore:
Timestamp:
08/24/2023 09:06:52 AM (20 months ago)
Author:
audrasjb
Message:

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

See #58833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-themes-section.php

    r56434 r56435  
    4949
    5050    /**
    51      * Get section parameters for JS.
     51     * Gets section parameters for JS.
    5252     *
    5353     * @since 4.9.0
     
    6363
    6464    /**
    65      * Render a themes section as a JS template.
     65     * Renders a themes section as a JS template.
    6666     *
    6767     * The template is only rendered by PHP once, so all actions are prepared at once on the server side.
     
    113113
    114114    /**
    115      * Render the filter bar portion of a themes section as a JS template.
     115     * Renders the filter bar portion of a themes section as a JS template.
    116116     *
    117117     * The template is only rendered by PHP once, so all actions are prepared at once on the server side.
     
    178178
    179179    /**
    180      * Render the filter drawer portion of a themes section as a JS template.
     180     * Renders the filter drawer portion of a themes section as a JS template.
    181181     *
    182182     * The filter bar container is rendered by {@see render_template()}.
Note: See TracChangeset for help on using the changeset viewer.