Typo fix. Props paul@byte. fixes #7323 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb056bbf1c
commit
989fe9a665
@ -122,7 +122,7 @@ endif;
|
||||
$pagenum = absint( $_GET['pagenum'] );
|
||||
if ( empty($pagenum) )
|
||||
$pagenum = 1;
|
||||
if( !$per_page || $pre_page < 0 )
|
||||
if( !$per_page || $per_page < 0 )
|
||||
$per_page = 20;
|
||||
|
||||
$num_pages = ceil(count($posts) / $per_page);
|
||||
|
Loading…
Reference in New Issue
Block a user