Changeset 35848 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 12/10/2015 03:05:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r35770 r35848 18 18 * one or the other. 19 19 * 20 * Prevents redirection for feeds, trackbacks, searches, comment popup,and20 * Prevents redirection for feeds, trackbacks, searches, and 21 21 * admin URLs. Does not redirect on non-pretty-permalink-supporting IIS 7+, 22 22 * page/post previews, WP admin, Trackbacks, robots.txt, searches, or on POST … … 56 56 } 57 57 58 if ( is_trackback() || is_search() || is_ comments_popup() || is_admin() || is_preview() || is_robots() || ( $is_IIS && !iis7_supports_permalinks() ) ) {58 if ( is_trackback() || is_search() || is_admin() || is_preview() || is_robots() || ( $is_IIS && !iis7_supports_permalinks() ) ) { 59 59 return; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.