Changeset 10434 for branches/2.7/wp-settings.php
- Timestamp:
- 01/24/2009 01:21:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-settings.php
r10432 r10434 203 203 } else { 204 204 // Unicode Extension is in PHP 6.0 only or do version check when this changes. 205 if ( version_compare( '6.0', phpversion(), '>' ) )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
Note: See TracChangeset
for help on using the changeset viewer.