From 4b6b18d73062934ac657de14c2cb6bf38b8f5913 Mon Sep 17 00:00:00 2001 From: pento Date: Wed, 6 Jul 2016 23:48:01 +0000 Subject: [PATCH] Docs: Fix an incorrect `@since` comment. See #36495. git-svn-id: https://develop.svn.wordpress.org/trunk@37994 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/customize-widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/customize-widgets.js b/src/wp-admin/js/customize-widgets.js index 05028c60f5..7598023244 100644 --- a/src/wp-admin/js/customize-widgets.js +++ b/src/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() {