[wp-trac] [WordPress Trac] #19469: The wp-admin theme chooser has a hard coded limit (of 15) and no filter
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 7 18:35:42 UTC 2011
#19469: The wp-admin theme chooser has a hard coded limit (of 15) and no filter
----------------------------+-----------------------------
Reporter: willshouse | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.3
Severity: normal | Keywords:
----------------------------+-----------------------------
I have a lot of themes in my test wordpress site. I get a little
frustrated that I can't show more than 15 at a time.
[[Image(http://img820.imageshack.us/img820/5982/picturef.png)]]
In pages and posts you can click "screen options" to choose the number,
but "Themes" has no such option.
[[Image(http://img853.imageshack.us/img853/9582/picture1bbg.jpg)]]
It's hardcoded into the WP_Themes_List_Table class that's responsible on
Line 50:
{{{ $per_page = 15; }}}
It would be fantastic if we could get a "screen options" coded into the
Themes page, or at the very minimum add a filter to the `per_page`
variable.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19469>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list