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/class-wp.php

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