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

git-svn-id: https://develop.svn.wordpress.org/trunk@11443 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-05-23 23:42:28 +00:00
parent d251d8b6c4
commit 4618cb715d

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++ )