Skip to content

Commit ad6b384

Browse files
committed
another URL fix
1 parent 20dc474 commit ad6b384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/class-remove-inactive-plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function should_add_task() {
8080
public function add_task_actions( $data = [], $actions = [] ) {
8181
$actions[] = [
8282
'priority' => 10,
83-
'html' => '<a class="prpl-tooltip-action-text" href="' . \admin_url( 'plugins.php' ) . '" target="_self">' . \esc_html__( 'Go to the "Plugins" page', 'progress-planner' ) . '</a>',
83+
'html' => '<a class="prpl-tooltip-action-text" href="' . \admin_url( 'plugins.php?plugin_status=inactive' ) . '" target="_self">' . \esc_html__( 'Go to the "Plugins" page', 'progress-planner' ) . '</a>',
8484
];
8585

8686
return $actions;

0 commit comments

Comments
 (0)