Skip to content

Commit

Permalink
Merge pull request #373 from masteradhoc/patch-1
Browse files Browse the repository at this point in the history
update documentation link
  • Loading branch information
enricobattocchi authored Jul 22, 2024
2 parents 8ed8300 + b830db6 commit 466b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function duplicate_post_create_duplicate( $post, $status = '', $parent_id = '' )
*/
function duplicate_post_add_plugin_links( $links, $file ) {
if ( plugin_basename( __DIR__ . '/duplicate-post.php' ) === $file ) {
$links[] = '<a href="https://yoast.com/wordpress/plugins/duplicate-post">' . esc_html__( 'Documentation', 'duplicate-post' ) . '</a>';
$links[] = '<a href="https://yoa.st/4jr">' . esc_html__( 'Documentation', 'duplicate-post' ) . '</a>';
}
return $links;
}

0 comments on commit 466b860

Please sign in to comment.