Changeset 37985 for trunk/src/wp-includes/ms-default-constants.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-constants.php
r36773 r37985 141 141 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 ); 142 142 } else { 143 _deprecated_argument( 'define()', '3.0 ', $vhost_deprecated );143 _deprecated_argument( 'define()', '3.0.0', $vhost_deprecated ); 144 144 } 145 145 return;
Note: See TracChangeset
for help on using the changeset viewer.