Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12712 r12733  
    7070    if ( 'options' == $option_page ) {
    7171        $options = explode(',', stripslashes( $_POST[ 'page_options' ] ));
    72         if ( !is_super_admin() ) 
     72        if ( !is_super_admin() )
    7373            wp_die( __( 'Not allowed here' ) );
    7474    } else {
Note: See TracChangeset for help on using the changeset viewer.