Skip to content

Commit

Permalink
Typo fix. Props paul@byte. fixes #7323 for 2.6
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/branches/2.6@8346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jul 16, 2008
1 parent 8320950 commit 5942d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/edit-pages.php
Expand Up @@ -122,7 +122,7 @@
$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);
Expand Down

0 comments on commit 5942d49

Please sign in to comment.