]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/default-constants.php
WordPress 4.2.4-scripts
[autoinstalls/wordpress.git] / wp-includes / default-constants.php
index 334ea71b812eec8989a132eecc3a106bf2f279e4..734509a44ebb40e97b4ef57eb083f42714e3f1db 100644 (file)
@@ -154,7 +154,7 @@ function wp_plugin_directory_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
  */
 function wp_cookie_constants() {
@@ -318,6 +318,6 @@ function wp_templating_constants() {
         * @since 3.0.0
         */
        if ( !defined('WP_DEFAULT_THEME') )
-               define( 'WP_DEFAULT_THEME', 'twentyfourteen' );
+               define( 'WP_DEFAULT_THEME', 'twentyfifteen' );
 
 }