Broken in WP 4.0 & Fix
-
In WP 4.0 the class WP_Posts_List_Table is now scoped out (https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/class-wp-posts-list-table.php?rev=28493) and turns to functions that are needed by this plugin into private functions.
This plugin can be fixed easily/temporarily by copying the _display_rows and _display_rows_hierarchical functions to the class-wp-search-posts.php file.
I haven’t taken the time to look into alternate ways of doing this yet but I wanted to save anyone time trying to troubleshoot this 🙂
The topic ‘Broken in WP 4.0 & Fix’ is closed to new replies.