Changeset 4483 for trunk/wp-includes/functions.php
- Timestamp:
- 11/18/2006 08:46:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r4472 r4483 816 816 817 817 $for_comments = false; 818 if ( is_singular() || get_query_var('withcomments') == 1 || $feed == 'comments-rss2') {818 if ( 1 != get_query_var('withoutcomments') && ( is_singular() || get_query_var('withcomments') == 1 || $feed == 'comments-rss2' ) ) { 819 819 $feed = 'rss2'; 820 820 $for_comments = true;
Note: See TracChangeset
for help on using the changeset viewer.