Remove unused global posts_per_page. Fixes #11458 props nacin.

git-svn-id: https://develop.svn.wordpress.org/trunk@12551 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-12-27 09:01:53 +00:00
parent b864f78853
commit 0f8b3225ed
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ if ( !wp_next_scheduled('wp_scheduled_delete') && !defined('WP_INSTALLING') )
set_screen_options();
$posts_per_page = get_option('posts_per_page');
$date_format = get_option('date_format');
$time_format = get_option('time_format');