Changeset 30703 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 12/02/2014 04:42:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r30669 r30703 364 364 365 365 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 it366 // This is a verbose page match, let's check to be sure about it. 367 367 if ( ! get_page_by_path( $matches[ $varmatch[1] ] ) ) 368 368 continue;
Note: See TracChangeset
for help on using the changeset viewer.