Changeset 32611 for trunk/src/wp-includes/ms-default-constants.php
- Timestamp:
- 05/26/2015 09:50:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-constants.php
r29250 r32611 15 15 * 16 16 * @since 3.0.0 17 * 18 * @global wpdb $wpdb 17 19 */ 18 20 function ms_upload_constants() { … … 115 117 * 116 118 * @since 3.0.0 119 * 120 * @staticvar bool $subdomain_error 121 * @staticvar bool $subdomain_error_warn 117 122 */ 118 123 function ms_subdomain_constants() { … … 151 156 } 152 157 } 153 add_action( 'init', 'ms_subdomain_constants' );
Note: See TracChangeset
for help on using the changeset viewer.