Docs: Add a version and standardize the file header summary for wp-admin/includes/admin.php.

See #33701.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-14 22:32:24 +00:00
parent a53fe085aa
commit 2e2e898802
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<?php <?php
/** /**
* Includes all of the WordPress Administration API files. * Core Administration API
* *
* @package WordPress * @package WordPress
* @subpackage Administration * @subpackage Administration
* @since 2.3.0
*/ */
if ( ! defined('WP_ADMIN') ) { if ( ! defined('WP_ADMIN') ) {

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-35165'; $wp_version = '4.4-alpha-35166';
/** /**
* 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.