diff --git wp-admin/includes/widgets.php wp-admin/includes/widgets.php
index c869449..693b4cf 100644
--- wp-admin/includes/widgets.php
+++ wp-admin/includes/widgets.php
@@ -143,7 +143,18 @@ function next_widget_id_number($id_base) {
  *
  * @since 2.5.0
  *
- * @param array $sidebar_args
+ * @param array $sidebar_args {
+ *		@type string $name Display name of sidebar to display widget on.
+ *		@type string $id ID of sidebar to display widget on.
+ *		@type string $description Description of widget.
+ *		@type string $class Widget class.
+ * 		@type string $before_widget Content/markup to display before the widget displays.
+ *		@type string $after_widget Content/markup to display after the widget displays.
+ *		@type string $before_title Content/markup to display before the widget title.
+ *		@type string $after_title Content/markkup to display after the widget title.
+ *		@type string widget_id Id of widget to be displayed on sidebar.
+ *		@type string widget_name Display name of widget for sidebar.
+ * }
  * @return array
  */
 function wp_widget_control( $sidebar_args ) {
