Using let's properly in inline comments lets us move on to more pressing matters of inline documentation.
Props trepmal. Fixes #30570. Built from https://develop.svn.wordpress.org/trunk@30703 git-svn-id: http://core.svn.wordpress.org/trunk@30693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -205,7 +205,7 @@ class WP {
|
||||
preg_match("#^$match#", urldecode($request_match), $matches) ) {
|
||||
|
||||
if ( $wp_rewrite->use_verbose_page_rules && preg_match( '/pagename=\$matches\[([0-9]+)\]/', $query, $varmatch ) ) {
|
||||
// this is a verbose page match, lets check to be sure about it
|
||||
// This is a verbose page match, let's check to be sure about it.
|
||||
if ( ! get_page_by_path( $matches[ $varmatch[1] ] ) )
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user