Docs: Fix the syntax for a mid-file sectional comment in wp-admin/includes/dashboard.php.

See #32246.

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


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

View File

@ -926,7 +926,9 @@ function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = ar
return true; return true;
} }
/* Dashboard Widgets Controls */ //
// Dashboard Widgets Controls
//
/** /**
* Calls widget control callback. * Calls widget control callback.

View File

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