Changeset 17499
- Timestamp:
- 03/03/2011 03:56:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/canonical.php
r17493 r17499 196 196 197 197 $addl_path = ''; 198 if ( is_feed() ) {198 if ( is_feed() && in_array( get_query_var('feed'), $wp_rewrite->feeds ) ) { 199 199 $addl_path = !empty( $addl_path ) ? trailingslashit($addl_path) : ''; 200 200 if ( get_query_var( 'withcomments' ) )
Note: See TracChangeset
for help on using the changeset viewer.