Skip to content

Commit

Permalink
Fix link to extensions page
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyarce committed Nov 20, 2023
1 parent d624ef4 commit 175b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-wp-job-manager-admin-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ public static function we_have_addons_notice( $notices ) {
'actions' => [
[
'label' => __( 'View Extensions', 'wp-job-manager' ),
'url' => admin_url( 'edit.php?post_type=job_listing&page=job-manager-addons' ),
'url' => admin_url( 'edit.php?post_type=job_listing&page=job-manager-marketplace' ),
],
],
];
Expand Down

0 comments on commit 175b3ae

Please sign in to comment.