Make WordPress Core


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.