Closed fetitxe closed 5 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.
includes/columns.php
absint( $count );
Fixed already.
If in
includes/columns.php
line 273 you writeabsint( $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.