Show me more!

git-svn-id: http://svn.automattic.com/wordpress/trunk@5578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-05-28 19:32:24 +00:00
parent 5aedce1521
commit 380d9c3487
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if ( !$comments ) {
}
$total = count( $comments );
$per = 20;
$per = 100;
if ( isset( $_GET['paged'] ) ) {
$page = (int) $_GET['paged'];