diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index ce1d30ebd8..68efa5cf8a 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -1395,6 +1395,8 @@ final class WP_Customize_Widgets { * * @since 3.9.0 * + * @global WP_Widget_Factory $wp_widget_factory + * * @param array $value Widget instance to sanitize. * @param string $id_base Base of the ID of the widget being sanitized. * @return array|void Sanitized widget instance. diff --git a/wp-includes/version.php b/wp-includes/version.php index f3ef852fa5..49a1d154dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta1-51140'; +$wp_version = '5.8-beta1-51141'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.