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

See #33701.


git-svn-id: https://develop.svn.wordpress.org/trunk@35166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-10-14 22:31:55 +00:00
parent 734d3794ac
commit a845610bc6

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') ) {