Initialize $table variable in wp-admin/themes.php, props mdawaffe, fixes #9923

git-svn-id: http://svn.automattic.com/wordpress/trunk@11443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-05-23 23:42:28 +00:00
parent 67c9c4662e
commit 3f942844de
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ $style = '';
$theme_names = array_keys($themes);
natcasesort($theme_names);
$table = array();
$rows = ceil(count($theme_names) / 3);
for ( $row = 1; $row <= $rows; $row++ )
for ( $col = 1; $col <= 3; $col++ )