mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
115c382132
commit
3229785656
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user