diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/customize/class-wp-customize-themes-section.php --- a/wp/wp-includes/customize/class-wp-customize-themes-section.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-themes-section.php Fri Sep 05 18:40:08 2025 +0200 @@ -48,7 +48,7 @@ public $filter_type = 'local'; /** - * Get section parameters for JS. + * Gets section parameters for JS. * * @since 4.9.0 * @return array Exported parameters. @@ -62,7 +62,7 @@ } /** - * 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. * @@ -112,10 +112,10 @@ } /** - * 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 filter bar container is rendered by @see `render_template()`. + * The filter bar container is rendered by {@see render_template()}. * * @since 4.9.0 */ @@ -124,48 +124,68 @@ <# if ( 'wporg' === data.action ) { #>