Docs: Add missing file header to wp-admin/includes/noop.php, introduced in [34037].

Props carl-alberto.
Fixes #39690.
Built from https://develop.svn.wordpress.org/trunk@39950


git-svn-id: http://core.svn.wordpress.org/trunk@39887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-25 23:10:43 +00:00
parent 1a18262fd5
commit d10f451770
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
<?php
/**
* Noop functions for load-scripts.php and load-styles.php.
*
* @package WordPress
* @subpackage Administration
* @since 4.4.0
*/
/**
* @ignore

View File

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