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

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-07 22:16:56 +00:00
parent d92e10fbb1
commit 6012464446
1 changed files with 3 additions and 1 deletions

View File

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