Docs: Add a `@global` entry for `$wp_widget_factory` in `WP_Customize_Widgets::get_selective_refreshable_widgets()`.
Props jankimoradiya. Fixes #41243. Built from https://develop.svn.wordpress.org/trunk@41002 git-svn-id: http://core.svn.wordpress.org/trunk@40852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7b28ff2f2a
commit
dbba2af814
|
@ -145,6 +145,8 @@ final class WP_Customize_Widgets {
|
|||
* @since 4.5.0
|
||||
* @access public
|
||||
*
|
||||
* @global WP_Widget_Factory $wp_widget_factory
|
||||
*
|
||||
* @return array Mapping of id_base to support. If theme doesn't support
|
||||
* selective refresh, an empty array is returned.
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41001';
|
||||
$wp_version = '4.9-alpha-41002';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue