Make WordPress Core

Changeset 53002


Ignore:
Timestamp:
03/28/2022 01:15:36 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for function descriptions in wp-admin/includes/theme.php and wp-admin/includes/theme-install.php, per the documentation standards.

See #54729.

Location:
trunk/src/wp-admin/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme-install.php

    r50556 r53002  
    5252
    5353/**
    54  * Retrieve list of WordPress theme features (aka theme tags).
     54 * Retrieves the list of WordPress theme features (aka theme tags).
    5555 *
    5656 * @since 2.8.0
     
    8383
    8484/**
    85  * Display search form for searching themes.
     85 * Displays search form for searching themes.
    8686 *
    8787 * @since 2.8.0
     
    130130
    131131/**
    132  * Display tags filter for themes.
     132 * Displays tags filter for themes.
    133133 *
    134134 * @since 2.8.0
     
    210210
    211211/**
    212  * Display theme content based on theme list.
     212 * Displays theme content based on theme list.
    213213 *
    214214 * @since 2.8.0
     
    228228
    229229/**
    230  * Display theme information in dialog box form.
     230 * Displays theme information in dialog box form.
    231231 *
    232232 * @since 2.8.0
  • trunk/src/wp-admin/includes/theme.php

    r52978 r53002  
    88
    99/**
    10  * Remove a theme
     10 * Removes a theme.
    1111 *
    1212 * @since 2.8.0
     
    176176
    177177/**
    178  * Retrieve the update link if there is a theme update available.
     178 * Retrieves the update link if there is a theme update available.
    179179 *
    180180 * Will return a link if there is an update available.
     
    272272
    273273/**
    274  * Retrieve list of WordPress theme features (aka theme tags).
     274 * Retrieves list of WordPress theme features (aka theme tags).
    275275 *
    276276 * @since 3.1.0
     
    632632
    633633/**
    634  * Prepare themes for JavaScript.
     634 * Prepares themes for JavaScript.
    635635 *
    636636 * @since 3.8.0
     
    807807
    808808/**
    809  * Print JS templates for the theme-browsing UI in the Customizer.
     809 * Prints JS templates for the theme-browsing UI in the Customizer.
    810810 *
    811811 * @since 4.2.0
Note: See TracChangeset for help on using the changeset viewer.