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-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
Note: See TracChangeset for help on using the changeset viewer.