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:
parent
d251d8b6c4
commit
4618cb715d
@ -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++ )
|
||||
|
Loading…
Reference in New Issue
Block a user