Make WordPress Core

Changeset 13866


Ignore:
Timestamp:
03/28/2010 06:05:50 AM (16 years ago)
Author:
dd32
Message:

Slight Coding standards update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/canonical.php

    r13798 r13866  
    6262
    6363        // Notice fixing
    64         if ( !isset($redirect['path']) )  $redirect['path'] = '';
    65         if ( !isset($redirect['query']) ) $redirect['query'] = '';
     64        if ( !isset($redirect['path']) )
     65                $redirect['path'] = '';
     66        if ( !isset($redirect['query']) )
     67                $redirect['query'] = '';
    6668
    6769        if ( is_singular() && 1 > $wp_query->post_count && ($id = get_query_var('p')) ) {
Note: See TracChangeset for help on using the changeset viewer.