Forums
(@jpburstrom)
18 years, 1 month ago
sorry, that should be
global $wpdb;
Apparently this seems to happen when upgrading. I fixed it by inserting
global wpdb;
in the beginning of the page_rows function, line 491 at wp-admin/includes/template.php.
hth