Docs: Add a missing file header for wp-admin/includes/class-wp-site-icon.php.

See #33701.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-19 20:09:26 +00:00
parent d5a15475d2
commit 9f0f213d5e
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
<?php
/**
* Class for implementing site icon functionality.
* Administration API: WP_Site_Icon class
*
* @package WordPress
* @subpackage Administration
* @since 4.3.0
*/
/**
* Core class used to implement site icon functionality.
*
* @since 4.3.0
*/

View File

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