Opened 14 years ago
Closed 14 years ago
#21365 closed defect (bug) (fixed)
feed-rss2-comments.php should use get_search_query()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | 2.5 |
| Component: | Feeds | Keywords: | has-patch |
| Focuses: | Cc: |
Description
In [6819], $wp_query->query_vars['s'] was replaced with get_search_query() in feed-atom-comments.php, but not in feed-rss2-comments.php.
The patch also combines two similar strings.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In [21332]: