Ticket #137: last-modified-comments.patch
| File last-modified-comments.patch, 441 bytes (added by colinleroy, 7 years ago) |
|---|
-
wp-includes/classes.php
1575 1575 1576 1576 $this->did_permalink = false; 1577 1577 } 1578 1579 if ($query_vars['name'] && $query_vars['feed']) 1580 $query_vars['withcomments']=1; 1581 1578 1582 } 1579 1583 1580 1584 $this->public_query_vars = apply_filters('query_vars', $this->public_query_vars);
