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:
parent
1a18262fd5
commit
d10f451770
|
@ -1,4 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Noop functions for load-scripts.php and load-styles.php.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue