mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +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:
@@ -242,7 +242,7 @@ final class WP_Customize_Manager {
|
||||
require_once( ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-setting.php' );
|
||||
|
||||
/**
|
||||
* Filter the core Customizer components to load.
|
||||
* Filters the core Customizer components to load.
|
||||
*
|
||||
* This allows Core components to be excluded from being instantiated by
|
||||
* filtering them out of the array. Note that this filter generally runs
|
||||
@@ -970,7 +970,7 @@ final class WP_Customize_Manager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter the current theme and return the name of the previewed theme.
|
||||
* Filters the current theme and return the name of the previewed theme.
|
||||
*
|
||||
* @since 3.4.0
|
||||
*
|
||||
@@ -1098,7 +1098,7 @@ final class WP_Customize_Manager {
|
||||
do_action( 'customize_save_after', $this );
|
||||
|
||||
/**
|
||||
* Filter response data for a successful customize_save AJAX request.
|
||||
* Filters response data for a successful customize_save AJAX request.
|
||||
*
|
||||
* This filter does not apply if there was a nonce or authentication failure.
|
||||
*
|
||||
@@ -1183,7 +1183,7 @@ final class WP_Customize_Manager {
|
||||
$setting_class = 'WP_Customize_Setting';
|
||||
|
||||
/**
|
||||
* Filter a dynamic setting's constructor args.
|
||||
* Filters a dynamic setting's constructor args.
|
||||
*
|
||||
* For a dynamic setting to be registered, this filter must be employed
|
||||
* to override the default false value with an array of args to pass to
|
||||
@@ -1740,7 +1740,7 @@ final class WP_Customize_Manager {
|
||||
);
|
||||
|
||||
/**
|
||||
* Filter nonces for Customizer.
|
||||
* Filters nonces for Customizer.
|
||||
*
|
||||
* @since 4.2.0
|
||||
*
|
||||
@@ -1778,7 +1778,7 @@ final class WP_Customize_Manager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter the list of URLs allowed to be clicked and followed in the Customizer preview.
|
||||
* Filters the list of URLs allowed to be clicked and followed in the Customizer preview.
|
||||
*
|
||||
* @since 3.4.0
|
||||
*
|
||||
@@ -1898,7 +1898,7 @@ final class WP_Customize_Manager {
|
||||
);
|
||||
|
||||
/**
|
||||
* Filter the available devices to allow previewing in the Customizer.
|
||||
* Filters the available devices to allow previewing in the Customizer.
|
||||
*
|
||||
* @since 4.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user