mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@53002 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user