Make WordPress Core


Ignore:
Timestamp:
12/02/2014 04:42:17 AM (10 years ago)
Author:
DrewAPicture
Message:

Using let's properly in inline comments lets us move on to more pressing matters of inline documentation.

Props trepmal.
Fixes #30570.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rewrite.php

    r30669 r30703  
    364364
    365365            if ( $wp_rewrite->use_verbose_page_rules && preg_match( '/pagename=\$matches\[([0-9]+)\]/', $query, $varmatch ) ) {
    366                 // this is a verbose page match, lets check to be sure about it
     366                // This is a verbose page match, let's check to be sure about it.
    367367                if ( ! get_page_by_path( $matches[ $varmatch[1] ] ) )
    368368                    continue;
Note: See TracChangeset for help on using the changeset viewer.