Skip to content

Commit 6b169b9

Browse files
committed
update the text and link for "fix orphaned content"
1 parent b3b45f6 commit 6b169b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

classes/suggested-tasks/providers/integrations/yoast/class-fix-orphaned-content.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function get_title( $task_id = '' ) {
110110

111111
return sprintf(
112112
/* translators: %s: Post title. */
113-
\esc_html__( 'Yoast SEO: article "%s" has no links - fix it!', 'progress-planner' ),
113+
\esc_html__( 'Yoast SEO: add internal links to article "%s"!', 'progress-planner' ),
114114
\esc_html( $task_data[0]['post_title'] )
115115
);
116116
}
@@ -144,7 +144,7 @@ public function get_url( $task_id = '' ) {
144144
return '';
145145
}
146146

147-
return \admin_url( 'post.php?post=' . $post->ID . '&action=edit' );
147+
return 'https://prpl.fyi/fix-orphaned-content/';
148148
}
149149

150150
/**

0 commit comments

Comments
 (0)