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:
Ryan Boren 2008-07-16 16:13:48 +00:00
parent cb056bbf1c
commit 989fe9a665
1 changed files with 1 additions and 1 deletions

View File

@ -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);