mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
s/URI/URL/. Props Nazgul. fixes #2666
git-svn-id: https://develop.svn.wordpress.org/trunk@4133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -764,7 +764,7 @@ class WP_Query {
|
||||
$distinct = 'DISTINCT';
|
||||
}
|
||||
|
||||
// Category stuff for nice URIs
|
||||
// Category stuff for nice URLs
|
||||
|
||||
global $cache_categories;
|
||||
if ('' != $q['category_name']) {
|
||||
@@ -823,7 +823,7 @@ class WP_Query {
|
||||
$whichauthor .= ')';
|
||||
}
|
||||
|
||||
// Author stuff for nice URIs
|
||||
// Author stuff for nice URLs
|
||||
|
||||
if ('' != $q['author_name']) {
|
||||
if (stristr($q['author_name'],'/')) {
|
||||
|
||||
Reference in New Issue
Block a user