diff --git src/wp-includes/default-constants.php src/wp-includes/default-constants.php
index ae97efd..734509a 100644
|
|
function wp_plugin_directory_constants() { |
154 | 154 | /** |
155 | 155 | * Defines cookie related WordPress constants |
156 | 156 | * |
157 | | * Defines constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies(). |
| 157 | * Defines constants after multisite is loaded. |
158 | 158 | * @since 3.0.0 |
159 | 159 | */ |
160 | 160 | function wp_cookie_constants() { |
diff --git src/wp-settings.php src/wp-settings.php
index 9795971..715a2c2 100644
|
|
do_action( 'muplugins_loaded' ); |
192 | 192 | if ( is_multisite() ) |
193 | 193 | ms_cookie_constants( ); |
194 | 194 | |
195 | | // Define constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies(). |
| 195 | // Define constants after multisite is loaded. |
196 | 196 | wp_cookie_constants(); |
197 | 197 | |
198 | 198 | // Define and enforce our SSL constants |