Changeset 14219 for trunk/wp-includes/rewrite.php
- Timestamp:
- 04/24/2010 02:42:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/rewrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r14155 r14219 1400 1400 1401 1401 //only on pages with comments add ../comment-page-xx/ 1402 if ( EP_PAGES & $ep_mask || EP_PERMALINK & $ep_mask || EP_NONE & $ep_mask)1402 if ( EP_PAGES & $ep_mask || EP_PERMALINK & $ep_mask ) 1403 1403 $rewrite = array_merge($rewrite, array($commentmatch => $commentquery)); 1404 1404 else if ( EP_ROOT & $ep_mask && get_option('page_on_front') )
Note: See TracChangeset
for help on using the changeset viewer.