Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:27:25 PM (15 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-edit.php

    r13715 r13733  
    306306        if ( $id != '0' && $id != $current_site->blog_id )
    307307            wpmu_delete_blog( $id, true );
    308    
     308
    309309        wp_redirect( add_query_arg( array('updated' => 'true', 'action' => 'delete'), $_POST[ 'ref' ] ) );
    310310        exit();
     
    343343                wp_die( __('You are not allowed to change one of these sites.') );
    344344                exit();
    345             }; 
    346         }; 
     345            };
     346        };
    347347
    348348        wp_redirect( add_query_arg( array('updated' => 'true', 'action' => $blogfunction), $_SERVER['HTTP_REFERER'] ) );
Note: See TracChangeset for help on using the changeset viewer.