mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
Correct @since values for various hooks. fixes #25766.
git-svn-id: https://develop.svn.wordpress.org/trunk@25991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -66,6 +66,8 @@ function wp_get_active_network_plugins() {
|
||||
* use the wp-content/blog-deleted.php, blog-inactive.php and
|
||||
* blog-suspended.php drop-ins.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @return bool|string Returns true on success, or drop-in file to include.
|
||||
*/
|
||||
function ms_site_check() {
|
||||
@@ -76,7 +78,7 @@ function ms_site_check() {
|
||||
/**
|
||||
* Filter checking the status of the current blog.
|
||||
*
|
||||
* @since 1.2.1
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param bool null Whether to skip the blog status check. Default null.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user