Changeset 10810 for trunk/wp-settings.php
- Timestamp:
- 03/18/2009 02:43:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r10808 r10810 203 203 } else { 204 204 // Unicode Extension is in PHP 6.0 only or do version check when this changes. 205 if ( function_exists('unicode_decode') ) 205 if ( function_exists('unicode_decode') ) 206 206 error_reporting( E_ALL ^ E_DEPRECATED ^ E_NOTICE ^ E_USER_NOTICE ^ E_STRICT ); 207 207 else if ( defined( 'E_DEPRECATED' ) ) // Introduced in PHP 5.3 … … 378 378 * @since 2.8.0 379 379 */ 380 if ( !defined( 'MUPLUGINDIR' ) ) 380 if ( !defined( 'MUPLUGINDIR' ) ) 381 381 define( 'MUPLUGINDIR', 'wp-content/mu-plugins' ); // Relative to ABSPATH. For back compat. 382 382
Note: See TracChangeset
for help on using the changeset viewer.