Docs: Add a missing DocBlock summary for `wp_list_widget_controls_dynamic_sidebar()`.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@34827


git-svn-id: http://core.svn.wordpress.org/trunk@34792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-05 03:06:24 +00:00
parent b1b2ec30e2
commit aa6fbdaa92
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ function wp_list_widget_controls( $sidebar, $sidebar_name = '' ) {
}
/**
* {@internal Missing Short Description}}
* Retrieves the widget control arguments.
*
* @since 2.5.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34826';
$wp_version = '4.4-alpha-34827';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.