Skip to content

Commit

Permalink
fix(ia): dashboard newsletters settings link (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe authored Nov 1, 2024
1 parent 8ad5986 commit 8ae081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wizards/newspack/class-newspack-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function get_dashboard() {
'icon' => 'tool',
'title' => __( 'Settings', 'newspack-plugin' ),
'desc' => __( 'Configure tracking and other newsletter settings.', 'newspack-plugin' ),
'href' => admin_url( 'edit.php?post_type=newspack_nl_cpt&page=newspack-newsletters-settings-admin' ),
'href' => admin_url( 'edit.php?post_type=newspack_nl_cpt&page=newspack-newsletters' ),
],
],
];
Expand Down

0 comments on commit 8ae081d

Please sign in to comment.