Skip to content

Commit 729a9d4

Browse files
committed
remove what is not needed
1 parent 82aab1a commit 729a9d4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

classes/utils/class-debug-tools.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,6 @@ protected function add_suggested_tasks_submenu_item( $admin_bar ) {
266266
'id' => 'prpl-suggested-' . $key . '-' . $title,
267267
'parent' => 'prpl-suggested-' . $key,
268268
'title' => $title . ' <a href="' . esc_url( $delete_url ) . '" style="color: #dc3232; display: inline-block; margin-left: 5px; text-decoration: none;">×</a>',
269-
// 'href' => $delete_url,
270-
'meta' => [
271-
'title' => 'Delete this task',
272-
'html' => '',
273-
],
274269
]
275270
);
276271
}

0 commit comments

Comments
 (0)