INN / link-roundups

A WordPress plugin to make it easy to collect links from around the web, turn them into roundup posts and streamline the production of daily/weekly roundup newsletters using MailChimp. Built and maintained by INN Labs.
https://wordpress.org/plugins/link-roundups/
GNU General Public License v2.0
20 stars 4 forks source link

make Saved_Links_List_Table::bulk_actions compatible #128

Closed benlk closed 5 years ago

benlk commented 6 years ago

PHP Warning: Declaration of Saved_Links_List_Table::bulk_actions($which) should be compatible with clone_WP_List_Table::bulk_actions($which = '') in /Users/blk/sites/usenergynews/wp-content/plugins/link-roundups/inc/saved-links/class-saved-links-list-table.php on line 29

Marking as normal priority because it's a warning and we just need to add a default parameter value.