dfactoryplugins / post-views-counter

Post Views Counter
56 stars 20 forks source link

Bad bulk edit implementation #18

Closed fetitxe closed 5 years ago

fetitxe commented 6 years ago

If in includes/columns.php line 273 you write absint( $count ); for the bulk edit input, when save it, all selected post receive the first parsed post value. You must keep the input empty to populate the data whit the jQuery script.

bartoszarendt commented 5 years ago

Fixed already.