mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Standardize the file header for wp-admin/includes/ms-deprecated.php.
See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@35407 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9387dff5af
commit
1353016c4f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user