diff --git a/orgSeries-taxonomy.php b/orgSeries-taxonomy.php index 63048bd6..fa5ce760 100755 --- a/orgSeries-taxonomy.php +++ b/orgSeries-taxonomy.php @@ -491,7 +491,7 @@ function wp_set_post_series( $post, $update, $post_ID = 0, $series_id = array(), //fix for the revisions feature in WP 2.6+ && bulk-edit stuff. - if ($post->post_type == 'revision' || ( isset($_GET['bulk_edit_series']) && $_GET['bulk_edit_series'] == 'bulk' ) || !isset($_REQUEST['is_series_save'] ) ) { + if ($post->post_type == 'revision' || ( isset($_GET['bulk_edit_series']) && $_GET['bulk_edit_series'] == 'bulk' && $_GET['post_series'] == -1 ) || !isset($_REQUEST['is_series_save'] ) ) { return; } @@ -690,15 +690,26 @@ function inline_edit_series($column_name, $type) { function bulk_edit_series($column_name, $type) { if ( $type == 'post' ) { ?> -
+ + +