diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index edfd3df81d..ecf0c4a97b 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8f1473d718..d5850e54cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.