Add per page screen option for categories

git-svn-id: http://svn.automattic.com/wordpress/trunk@10908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-04-10 21:47:01 +00:00
parent c827471bf0
commit 1164645872
3 changed files with 11 additions and 4 deletions

View File

@@ -3523,6 +3523,9 @@ function screen_options($screen) {
case 'upload':
$per_page_label = __('Media items per page:');
break;
case 'categories':
$per_page_label = __('Categories per page:');
break;
default:
return '';
}