Skip to content

Commit 20dc474

Browse files
committed
Fix link
1 parent a542ba0 commit 20dc474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/class-remove-terms-without-posts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public function exclude_completed_terms( $exclude_term_ids ) {
311311
public function add_task_actions( $data = [], $actions = [] ) {
312312
$actions[] = [
313313
'priority' => 10,
314-
'html' => '<a class="prpl-tooltip-action-text" href="' . \admin_url( 'options-permalink.php' ) . '" target="_self">' . \esc_html__( 'Go to the "Taxonomies" page', 'progress-planner' ) . '</a>',
314+
'html' => '<a class="prpl-tooltip-action-text" href="' . \esc_url( $data['meta']['prpl_url'] ) . '" target="_self">' . \esc_html__( 'Go to the "Taxonomies" page', 'progress-planner' ) . '</a>',
315315
];
316316

317317
return $actions;

0 commit comments

Comments
 (0)