Docs: Improve the usefulness and accuracy of the file header for wp-cron.php.

Props stevenlinx for the initial patch.
Fixes #31401.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2017-08-20 04:37:45 +00:00
parent 78da113bd0
commit ffa7e7d4ab
2 changed files with 10 additions and 3 deletions

View File

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