Docs: Remove an inline comment duplicated by the DocBlock summary for `wp_dashboard_trigger_widget_control()`.

Props tyxla.
Fixes #34014.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-25 22:50:26 +00:00
parent 208330f2dc
commit 115c382132
2 changed files with 1 additions and 2 deletions

View File

@ -928,7 +928,6 @@ function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = ar
/* Dashboard Widgets Controls */
// Calls widget_control callback
/**
* Calls widget control callback.
*

View File

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