Skip to content

Commit a542ba0

Browse files
committed
Open in the same tab
1 parent 8408026 commit a542ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/class-unpublished-content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public function add_task_actions( $data = [], $actions = [] ) {
348348

349349
$actions[] = [
350350
'priority' => 10,
351-
'html' => '<a class="prpl-tooltip-action-text" href="' . \esc_url( $data['meta']['prpl_url'] ) . '" target="_blank">' . \esc_html__( 'Edit', 'progress-planner' ) . '</a>',
351+
'html' => '<a class="prpl-tooltip-action-text" href="' . \esc_url( $data['meta']['prpl_url'] ) . '" target="_self">' . \esc_html__( 'Edit', 'progress-planner' ) . '</a>',
352352
];
353353

354354
return $actions;

0 commit comments

Comments
 (0)