Ticket #25669: 25669.2.patch
File 25669.2.patch, 731 bytes (added by , 9 years ago) |
---|
-
wp-includes/default-constants.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
87 87 if ( !defined('SHORTINIT') ) 88 88 define('SHORTINIT', false); 89 89 90 define( 'WP_IS_AJAX', ( ! empty( $_SERVER['HTTP_X_REQUESTED_WITH'] ) && strtolower( $_SERVER['HTTP_X_REQUESTED_WITH'] ) == 'xmlhttprequest' ) ); 91 90 92 // Constants for features added to WP that should short-circuit their plugin implementations 91 93 define( 'WP_FEATURE_BETTER_PASSWORDS', true ); 92 94