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

Add "Create new Saved Link" button to roundups editor #161

Closed benlk closed 5 years ago

benlk commented 5 years ago

Screen Shot 2019-05-15 at 16 38 36

Changes

joshdarby commented 5 years ago

@benlk This looks fine. My only complaint is I wish the bulk_actions function had a more descriptive param name other than $which but that's just being nit-picky, especially since that function was not created for this PR.

benlk commented 5 years ago

In this case, $which is the variable name to match the name of the variable used in the parent class's overridden method:

https://github.com/INN/link-roundups/blob/dd17c17b6960f3a22f6330e3c2c07f7e3b90057c/inc/saved-links/class-wp-list-table-clone.php#L405-L414