mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Docs: Standardize filter docs in the Customizer classes to use third-person singular verbs per the inline documentation standards for PHP.
See #36913. git-svn-id: https://develop.svn.wordpress.org/trunk@37491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -455,7 +455,7 @@ final class WP_Customize_Widgets {
|
||||
);
|
||||
|
||||
/**
|
||||
* Filter Customizer widget section arguments for a given sidebar.
|
||||
* Filters Customizer widget section arguments for a given sidebar.
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
@@ -575,7 +575,7 @@ final class WP_Customize_Widgets {
|
||||
$is_wide = ( $width > 250 && ! $is_core );
|
||||
|
||||
/**
|
||||
* Filter whether the given widget is considered "wide".
|
||||
* Filters whether the given widget is considered "wide".
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
@@ -839,7 +839,7 @@ final class WP_Customize_Widgets {
|
||||
$args = array_merge( $args, $overrides );
|
||||
|
||||
/**
|
||||
* Filter the common arguments supplied when constructing a Customizer setting.
|
||||
* Filters the common arguments supplied when constructing a Customizer setting.
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user