Remove obsolete inline comment.
props travisnorthcutt. fixes #30924. git-svn-id: https://develop.svn.wordpress.org/trunk@31056 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8e9b9bc458
commit
0d32524409
@ -154,7 +154,7 @@ function wp_plugin_directory_constants() {
|
|||||||
/**
|
/**
|
||||||
* Defines cookie related WordPress constants
|
* Defines cookie related WordPress constants
|
||||||
*
|
*
|
||||||
* Defines constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies().
|
* Defines constants after multisite is loaded.
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
function wp_cookie_constants() {
|
function wp_cookie_constants() {
|
||||||
|
@ -192,7 +192,7 @@ do_action( 'muplugins_loaded' );
|
|||||||
if ( is_multisite() )
|
if ( is_multisite() )
|
||||||
ms_cookie_constants( );
|
ms_cookie_constants( );
|
||||||
|
|
||||||
// Define constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies().
|
// Define constants after multisite is loaded.
|
||||||
wp_cookie_constants();
|
wp_cookie_constants();
|
||||||
|
|
||||||
// Define and enforce our SSL constants
|
// Define and enforce our SSL constants
|
||||||
|
Loading…
Reference in New Issue
Block a user