Changeset 6263
- Timestamp:
- 10/17/07 20:14:38 (11 months ago)
- Files:
-
- trunk/wp-includes/canonical.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/canonical.php
r6173 r6263 5 5 global $wp_rewrite, $posts, $is_IIS; 6 6 7 if ( is_feed() || is_trackback() || is_search() || is_comments_popup() || is_admin() || $is_IIS || ( isset($_POST) && count($_POST) ) )7 if ( is_feed() || is_trackback() || is_search() || is_comments_popup() || is_admin() || $is_IIS || ( isset($_POST) && count($_POST) ) || is_preview() ) 8 8 return; 9 9
