X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-includes/ms-default-constants.php diff --git a/wp-includes/ms-default-constants.php b/wp-includes/ms-default-constants.php index dd17201e..98719f8b 100644 --- a/wp-includes/ms-default-constants.php +++ b/wp-includes/ms-default-constants.php @@ -140,7 +140,7 @@ function ms_subdomain_constants() { if ( $subdomain_error_warn ) { trigger_error( __( 'Conflicting values for the constants VHOST and SUBDOMAIN_INSTALL. The value of SUBDOMAIN_INSTALL will be assumed to be your subdomain configuration setting.' ) . ' ' . $vhost_deprecated, E_USER_WARNING ); } else { - _deprecated_argument( 'define()', '3.0', $vhost_deprecated ); + _deprecated_argument( 'define()', '3.0.0', $vhost_deprecated ); } return; }