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.

Built from https://develop.svn.wordpress.org/trunk@53002


git-svn-id: http://core.svn.wordpress.org/trunk@52591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2022-03-28 13:17:05 +00:00
parent e92dc36129
commit c3a76d012d
3 changed files with 11 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ $theme_field_defaults = array(
);
/**
* Retrieve list of WordPress theme features (aka theme tags).
* Retrieves the list of WordPress theme features (aka theme tags).
*
* @since 2.8.0
*
@@ -82,7 +82,7 @@ function install_themes_feature_list() {
}
/**
* Display search form for searching themes.
* Displays search form for searching themes.
*
* @since 2.8.0
*
@@ -129,7 +129,7 @@ function install_theme_search_form( $type_selector = true ) {
}
/**
* Display tags filter for themes.
* Displays tags filter for themes.
*
* @since 2.8.0
*/
@@ -209,7 +209,7 @@ function display_theme( $theme ) {
}
/**
* Display theme content based on theme list.
* Displays theme content based on theme list.
*
* @since 2.8.0
*
@@ -227,7 +227,7 @@ function display_themes() {
}
/**
* Display theme information in dialog box form.
* Displays theme information in dialog box form.
*
* @since 2.8.0
*