Skip to content

Commit

Permalink
The link should go to the notification manager (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk authored Feb 7, 2025
1 parent ab658f8 commit 4562fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/edit-notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
sprintf(
// translators: %s is a URL.
__( 'Send me an e-mail for posts of this friend if matches one of <a href="%s">my keywords</a>', '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' ) ) )
)
);
?>
Expand Down

0 comments on commit 4562fe2

Please sign in to comment.