From 4562fe26918686a887f925b17b31017dac8ef693 Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Fri, 7 Feb 2025 15:38:39 +0100 Subject: [PATCH] The link should go to the notification manager (#462) --- templates/admin/edit-notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/edit-notifications.php b/templates/admin/edit-notifications.php index 1dad210c..9968940c 100644 --- a/templates/admin/edit-notifications.php +++ b/templates/admin/edit-notifications.php @@ -37,7 +37,7 @@ sprintf( // translators: %s is a URL. __( 'Send me an e-mail for posts of this friend if matches one of my keywords', 'friends' ), - esc_url( add_query_arg( '_wp_http_referer', remove_query_arg( '_wp_http_referer' ), self_admin_url( 'admin.php?page=friends-settings' ) ) ) + esc_url( add_query_arg( '_wp_http_referer', remove_query_arg( '_wp_http_referer' ), self_admin_url( 'admin.php?page=friends-notification-manager' ) ) ) ) ); ?>