[wp-trac] [WordPress Trac] #15306: Theme names that consist only of numbers won't be listed on themes page
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 3 16:43:26 UTC 2010
#15306: Theme names that consist only of numbers won't be listed on themes page
--------------------------+-------------------------------------------------
Reporter: ocean90 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Themes | Version: 2.9
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Name a theme ''1234'' and then go to the manage themes page. There will be
an empty space:
http://grab.by/7cTI [[BR]]
In trunk there is ''$theme_names = array_keys( $themes );'' in ''class-wp-
themes-list-table.php''. After array_keys() the name is int(0), before
it's string(4) "1234".[[BR]]
[[BR]]
I could reproduce it in 2.9 and 3.0 too.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15306>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list