Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.
See #58833. Built from https://develop.svn.wordpress.org/trunk@56435 git-svn-id: http://core.svn.wordpress.org/trunk@55947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f668df3cec
commit
f10d37dfe9
|
@ -48,7 +48,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||||
public $filter_type = 'local';
|
public $filter_type = 'local';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get section parameters for JS.
|
* Gets section parameters for JS.
|
||||||
*
|
*
|
||||||
* @since 4.9.0
|
* @since 4.9.0
|
||||||
* @return array Exported parameters.
|
* @return array Exported parameters.
|
||||||
|
@ -62,7 +62,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render a themes section as a JS template.
|
* Renders a themes section as a JS template.
|
||||||
*
|
*
|
||||||
* The template is only rendered by PHP once, so all actions are prepared at once on the server side.
|
* The template is only rendered by PHP once, so all actions are prepared at once on the server side.
|
||||||
*
|
*
|
||||||
|
@ -112,7 +112,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render the filter bar portion of a themes section as a JS template.
|
* Renders the filter bar portion of a themes section as a JS template.
|
||||||
*
|
*
|
||||||
* The template is only rendered by PHP once, so all actions are prepared at once on the server side.
|
* The template is only rendered by PHP once, so all actions are prepared at once on the server side.
|
||||||
* The filter bar container is rendered by {@see render_template()}.
|
* The filter bar container is rendered by {@see render_template()}.
|
||||||
|
@ -177,7 +177,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Render the filter drawer portion of a themes section as a JS template.
|
* Renders the filter drawer portion of a themes section as a JS template.
|
||||||
*
|
*
|
||||||
* The filter bar container is rendered by {@see render_template()}.
|
* The filter bar container is rendered by {@see render_template()}.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.4-alpha-56434';
|
$wp_version = '6.4-alpha-56435';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue