Docs: Standardize the file header for wp-admin/includes/ms-deprecated.php.
See #33701. Built from https://develop.svn.wordpress.org/trunk@35407 git-svn-id: http://core.svn.wordpress.org/trunk@35371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f8e6268d3
commit
887dca222c
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* Deprecated multisite admin functions from past WordPress versions and WordPress MU.
|
||||
* You shouldn't use these functions and look for the alternatives instead. The functions
|
||||
* will be removed in a later version.
|
||||
* Multisite: Deprecated admin functions from past versions and WordPress MU
|
||||
*
|
||||
* These functions should not be used and will be removed in a later version.
|
||||
* It is suggested to use for the alternatives instead when available.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Deprecated
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-beta1-35406';
|
||||
$wp_version = '4.4-beta1-35407';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue