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:
parent
d92e10fbb1
commit
6012464446
@ -132,7 +132,9 @@ function wp_dashboard_setup() {
|
|||||||
/**
|
/**
|
||||||
* Adds a new dashboard widget.
|
* 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_id Widget ID (used in the 'id' attribute for the widget).
|
||||||
* @param string $widget_name Title of the widget.
|
* @param string $widget_name Title of the widget.
|
||||||
|
Loading…
Reference in New Issue
Block a user