Make WordPress Core


Ignore:
Timestamp:
03/02/2008 08:17:30 PM (18 years ago)
Author:
ryan
Message:

Remove trailing whites.

File:
1 edited

Legend:

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

    r7113 r7130  
    2929} elseif ( !empty($_GET['_wp_http_referer']) ) {
    3030     wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI'])));
    31      exit; 
     31     exit;
    3232}
    3333
     
    7373
    7474$avail_post_stati = get_available_post_statuses('page');
    75    
     75
    7676$status_links = array();
    7777$num_posts = wp_count_posts('page', 'readable');
     
    8181    if ( !in_array($status, $avail_post_stati) )
    8282        continue;
    83    
     83
    8484    if ( $status == $_GET['post_status'] )
    8585        $class = ' class="current"';
Note: See TracChangeset for help on using the changeset viewer.