Skip to content

Commit d93abab

Browse files
committed
chore: update comment
1 parent d1d09d6 commit d93abab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/admin/models/class-rop-posts-selector-model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ public function get_publish_now_posts() {
734734
'key' => 'rop_publish_now',
735735
'value' => 'yes',
736736
),
737-
array( // we didn't want to add this check, it's redundant but it seems in previous version delete_post_meta was not working properly.
737+
array( // NOTE: Extra check since the previous versions were not deleting the status correctly.
738738
'key' => 'rop_publish_now_status',
739739
'value' => 'queued',
740740
),

0 commit comments

Comments
 (0)