Changeset 17194
- Timestamp:
- 12/31/2010 09:01:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r17080 r17194 257 257 function wp_debug_mode() { 258 258 if ( WP_DEBUG ) { 259 // E_DEPRECATED is a core PHP constant in PHP 5.3. Don't define this yourself. 260 // The two statements are equivalent, just one is for 5.3+ and for less than 5.3. 259 261 if ( defined( 'E_DEPRECATED' ) ) 260 262 error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)