﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
8598	When a Static page is set as the front page, Comment paging doesnt work.	DD32		"As reported by Malaiac here: http://trac.wordpress.org/ticket/8398#comment:3 Comment paging links do not work on static home pages.

Looking at the rewrite rules, It seems that the Bitmask for the homepage isnt set to allow for posts/pages on the front page.. 

{{{
portfolio/[0-9]+/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
portfolio/([0-9]+)/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?p=$matches[1]&name=$matches[2]&cpage=$matches[3]
portfolio/[0-9]+/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
portfolio/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
portfolio/([0-9]+)/comment-page-([0-9]{1,})/?$ => index.php?p=$matches[1]&cpage=$matches[2]
portfolio/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$ => index.php?attachment=$matches[1]&cpage=$matches[2]
(.+?)/comment-page-([0-9]{1,})/?$ => index.php?pagename=$matches[1]&cpage=$matches[2]
}}}
(Thats a permalink structure of /portfolio/%post_id%/%postname%)"	defect (bug)	closed	normal	2.8	Comments	2.7	major	fixed	has-patch tested commit	
