Show me more!
git-svn-id: http://svn.automattic.com/wordpress/trunk@5578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5aedce1521
commit
380d9c3487
|
@ -113,7 +113,7 @@ if ( !$comments ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$total = count( $comments );
|
$total = count( $comments );
|
||||||
$per = 20;
|
$per = 100;
|
||||||
|
|
||||||
if ( isset( $_GET['paged'] ) ) {
|
if ( isset( $_GET['paged'] ) ) {
|
||||||
$page = (int) $_GET['paged'];
|
$page = (int) $_GET['paged'];
|
||||||
|
|
Loading…
Reference in New Issue