﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
8821	Error in function paginate_comments_links with permalinks	AntonShevchuk	anonymous	"I use next structure of permalinks:

{{{
/%category%/%postname%.html
}}}


Function paginate_comments_links generate wrong link like:

{{{
/lorem-ipsum/lorem-ipsum-part-4.htmlcomment-page-2#comments
}}}


My fix in file '''link-template.php''' line 1340:

{{{
$defaults['base'] = user_trailingslashit(rtrim(get_permalink(), '/') . '/comment-page-%#%', 'commentpaged');
}}}

Result:

{{{
/lorem-ipsum/lorem-ipsum-part-4.html/comment-page-2#comments
}}}

This is fix tested with all default permalinks structure"	defect (bug)	closed	normal	2.7.1	General	2.7	normal	fixed	comments	
