174175176177178179180181182183184
String pagerUrl = URLUtilities.getWeblogPageURL(weblog, weblogRequest.getLocale(), pageLink, null, null, null, null, 0, false); return new CommentsPager( pagerUrl, weblogRequest.getLocale(), sinceDays, pageNum, length);
166167168169170171172173174175176
String pagerUrl = URLUtilities.getWeblogPageURL(weblog, weblogRequest.getLocale(), pageLink, null, null, null, 0, false); return new CommentsPager( pagerUrl, weblogRequest.getLocale(), sinceDays, pageNum, length);