diff --git a/includes/ConvertToBlocks/PostTypeColumnSupport.php b/includes/ConvertToBlocks/PostTypeColumnSupport.php index 3c32571..a30553b 100644 --- a/includes/ConvertToBlocks/PostTypeColumnSupport.php +++ b/includes/ConvertToBlocks/PostTypeColumnSupport.php @@ -47,11 +47,6 @@ public function can_register() { */ public function update_post_columns( $columns ) { $column_label = $this->get_editor_column_label(); - $title_index = array_search( $title, $columns, true ); - - $editor_column = [ - 'editor' => $column_label, - ]; $columns['editor'] = $column_label; @@ -113,6 +108,11 @@ class="dashicons " title="" > + %s', esc_attr( $title ) ); + } + ?>