Ticket #7423: 7423.001.diff
| File 7423.001.diff, 541 bytes (added by , 18 years ago) |
|---|
-
wp-includes/query.php
773 773 $qv['post_type'] = sanitize_user($qv['post_type'], true); 774 774 775 775 if ( !empty($qv['post_status']) ) 776 $qv['post_status'] = sanitize_user($qv['post_status'], true);776 $qv['post_status'] = preg_replace('|[^a-z0-9_,-]|', '', $qv['post_status']); 777 777 778 778 if ( $this->is_posts_page && !$qv['withcomments'] ) 779 779 $this->is_comment_feed = false;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)