Docs: Add a file header comment to version.php.

Props sephsekla, bruceallen.
Fixes #43765.


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


git-svn-id: http://core.svn.wordpress.org/trunk@43491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2018-10-01 21:00:26 +00:00
parent 0d05b99e1b
commit 8cb735fb5f

View File

@ -1,10 +1,19 @@
<?php <?php
/**
* WordPress Version
*
* Contains version information for the current WordPress release.
*
* @package WordPress
* @since 1.1.0
*/
/** /**
* The WordPress version string * The WordPress version string
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-43661'; $wp_version = '5.0-alpha-43662';
/** /**
* 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.