mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 15:05:03 +00:00
4.1 Docs Audit: Fix DocBlock formatting for the customize_preview_{$this->type}
hook.
See #30469. Built from https://develop.svn.wordpress.org/trunk@30609 git-svn-id: http://core.svn.wordpress.org/trunk@30599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
49fe81ebeb
commit
21a521db09
@ -139,11 +139,11 @@ class WP_Customize_Setting {
|
||||
* Fires when the {@see WP_Customize_Setting::preview()} method is called for settings
|
||||
* not handled as theme_mods or options.
|
||||
*
|
||||
* The dynamic portion of the hook name, $this->type, refers to the setting type.
|
||||
* The dynamic portion of the hook name, `$this->type`, refers to the setting type.
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
* @param WP_Customize_Setting $this WP_Customize_Setting instance.
|
||||
* @param WP_Customize_Setting $this {@see WP_Customize_Setting} instance.
|
||||
*/
|
||||
do_action( "customize_preview_{$this->type}", $this );
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30608';
|
||||
$wp_version = '4.1-beta2-30609';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user