]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/ms-default-constants.php
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-includes / ms-default-constants.php
index dd17201e4c8ef1b9b8a5f04e9fbb8a16be692b1c..98719f8ba5b464f5db769472a6785212866bb1bc 100644 (file)
@@ -140,7 +140,7 @@ function ms_subdomain_constants() {
                if ( $subdomain_error_warn ) {
                        trigger_error( __( '<strong>Conflicting values for the constants VHOST and SUBDOMAIN_INSTALL.</strong> 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;
        }