Docs: Add a missing @since version to the DocBlock for wp_add_dashboard_widget().

See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-07 22:17:26 +00:00
parent 5bd8219816
commit d59fdfd951
2 changed files with 4 additions and 2 deletions

View File

@ -132,7 +132,9 @@ function wp_dashboard_setup() {
/**
* Adds a new dashboard widget.
*
* @global array $wp_dashboard_control_callbacks
* @since 2.7.0
*
* @global array $wp_dashboard_control_callbacks
*
* @param string $widget_id Widget ID (used in the 'id' attribute for the widget).
* @param string $widget_name Title of the widget.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36877';
$wp_version = '4.5-beta2-36878';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.