Changeset 29250 for trunk/src/wp-includes/ms-default-constants.php
- Timestamp:
- 07/19/2014 11:13:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-constants.php
r29200 r29250 115 115 * 116 116 * @since 3.0.0 117 *118 * @global boolean $subdomain_error119 * @global boolean $subdomain_error_warn120 117 */ 121 118 function ms_subdomain_constants() { 122 global $subdomain_error, $subdomain_error_warn; 119 static $subdomain_error = null; 120 static $subdomain_error_warn = null; 123 121 124 122 if ( false === $subdomain_error ) {
Note: See TracChangeset
for help on using the changeset viewer.