mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
0d05b99e1b
commit
8cb735fb5f
@ -1,10 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress Version
|
||||
*
|
||||
* Contains version information for the current WordPress release.
|
||||
*
|
||||
* @package WordPress
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* The WordPress version string
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user