mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user