Ticket #18638: query.php.patch
| File query.php.patch, 605 bytes (added by , 15 years ago) |
|---|
-
wp-includes/query.php
diff -r 8652fb38bb30 wp-includes/query.php
a b 2317 2317 $orderby = ''; 2318 2318 } else { 2319 2319 // Used to filter values 2320 $allowed_keys = array(' author', 'date', 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand', 'comment_count');2320 $allowed_keys = array('name', 'author', 'date', 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand', 'comment_count'); 2321 2321 if ( !empty($q['meta_key']) ) { 2322 2322 $allowed_keys[] = $q['meta_key']; 2323 2323 $allowed_keys[] = 'meta_value';
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)