mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +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:
@@ -188,7 +188,7 @@ class WP_Customize_Section {
|
||||
$active = call_user_func( $this->active_callback, $this );
|
||||
|
||||
/**
|
||||
* Filter response of WP_Customize_Section::active().
|
||||
* Filters response of WP_Customize_Section::active().
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user