Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r10808 r10810  
    203203} else {
    204204        // 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') )
    206206                error_reporting( E_ALL ^ E_DEPRECATED ^ E_NOTICE ^ E_USER_NOTICE ^ E_STRICT );
    207207        else if ( defined( 'E_DEPRECATED' ) ) // Introduced in PHP 5.3
     
    378378 * @since 2.8.0
    379379 */
    380 if ( !defined( 'MUPLUGINDIR' ) ) 
     380if ( !defined( 'MUPLUGINDIR' ) )
    381381        define( 'MUPLUGINDIR', 'wp-content/mu-plugins' ); // Relative to ABSPATH.  For back compat.
    382382
Note: See TracChangeset for help on using the changeset viewer.