diff --git a/wp-admin/js/customize-widgets.js b/wp-admin/js/customize-widgets.js index 05028c60f5..7598023244 100644 --- a/wp-admin/js/customize-widgets.js +++ b/wp-admin/js/customize-widgets.js @@ -1902,7 +1902,7 @@ /** * Get the widget_form Customize controls associated with the current sidebar. * - * @since 3.9 + * @since 3.9.0 * @return {wp.customize.controlConstructor.widget_form[]} */ getWidgetFormControls: function() { diff --git a/wp-includes/version.php b/wp-includes/version.php index ef20da580d..99dfdec31e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta2-37993'; +$wp_version = '4.6-beta2-37994'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.