Remove unused global posts_per_page. Fixes #11458 props nacin.

git-svn-id: http://svn.automattic.com/wordpress/trunk@12551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-12-27 09:01:53 +00:00
parent 33dc129208
commit 5dca5f2d31
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');