Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options.php

    r9912 r10150  
    3232    'options' => array( '' ) );
    3333if ( !defined( 'WP_SITEURL' ) ) $whitelist_options['general'][] = 'siteurl';
    34 if ( !defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home'; 
     34if ( !defined( 'WP_HOME' ) ) $whitelist_options['general'][] = 'home';
    3535
    3636$whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
Note: See TracChangeset for help on using the changeset viewer.