Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (12 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

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

    r19280 r19593  
    157157
    158158            // Trim path info from the end and the leading home path from the
    159             // front.  For path info requests, this leaves us with the requesting
    160             // filename, if any.  For 404 requests, this leaves us with the
     159            // front. For path info requests, this leaves us with the requesting
     160            // filename, if any. For 404 requests, this leaves us with the
    161161            // requested permalink.
    162162            $req_uri = str_replace($pathinfo, '', $req_uri);
     
    402402        }
    403403
    404         // query_string filter deprecated.  Use request filter instead.
     404        // query_string filter deprecated. Use request filter instead.
    405405        if ( has_filter('query_string') ) {  // Don't bother filtering and parsing if no plugins are hooked in.
    406406            $this->query_string = apply_filters('query_string', $this->query_string);
Note: See TracChangeset for help on using the changeset viewer.