Skip to content

Commit 166cd28

Browse files
committed
remove trailing slashes
1 parent daaa10b commit 166cd28

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

classes/suggested-tasks/providers/class-fewer-tags.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ public function get_title() {
100100
*/
101101
public function get_description() {
102102
return sprintf(
103-
// translators: %1$s is the number of tags, %2$s is the number of published posts, %3$s <a href="https://prpl.fyi/install-fewer-tags/" target="_blank">Read more</a> link.
103+
// translators: %1$s is the number of tags, %2$s is the number of published posts, %3$s <a href="https://prpl.fyi/install-fewer-tags" target="_blank">Read more</a> link.
104104
\esc_html__( 'We detected that you have %1$s tags and %2$s published posts. Consider installing the "Fewer Tags" plugin. %3$s', 'progress-planner' ),
105105
$this->post_tag_count_data_collector->collect(),
106106
$this->published_post_count_data_collector->collect(),
107-
'<a href="https://prpl.fyi/install-fewer-tags/" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the Fewer Tags plugin', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
107+
'<a href="https://prpl.fyi/install-fewer-tags" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the Fewer Tags plugin', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
108108
);
109109
}
110110

classes/suggested-tasks/providers/class-remove-terms-without-posts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ public function get_description( $task_id = '' ) {
185185
}
186186

187187
return sprintf(
188-
/* translators: %1$s: The term name, %2$s <a href="https://prpl.fyi/remove-empty-taxonomy/" target="_blank">Read more</a> link */
188+
/* translators: %1$s: The term name, %2$s <a href="https://prpl.fyi/remove-empty-taxonomy" target="_blank">Read more</a> link */
189189
\esc_html__( 'The "%1$s" term has one or less posts associated with it, we recommend removing it. %2$s', 'progress-planner' ),
190190
$term->name,
191-
'<a href="https://prpl.fyi/remove-empty-taxonomy/" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the removing the empty terms', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
191+
'<a href="https://prpl.fyi/remove-empty-taxonomy" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the removing the empty terms', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
192192
);
193193
}
194194

classes/suggested-tasks/providers/class-update-term-description.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ public function get_description( $task_id = '' ) {
176176
}
177177

178178
return sprintf(
179-
/* translators: %1$s: The term name, %2$s <a href="https://prpl.fyi/taxonomy-terms-description/" target="_blank">Read more</a> link */
179+
/* translators: %1$s: The term name, %2$s <a href="https://prpl.fyi/taxonomy-terms-description" target="_blank">Read more</a> link */
180180
\esc_html__( 'Your "%1$s" archives probably show the description of that specific term. %2$s', 'progress-planner' ),
181181
$term->name,
182-
'<a href="https://prpl.fyi/taxonomy-terms-description/" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the writing a description for taxonomy terms.', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
182+
'<a href="https://prpl.fyi/taxonomy-terms-description" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the writing a description for taxonomy terms.', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
183183
);
184184
}
185185

classes/suggested-tasks/providers/integrations/yoast/class-cornerstone-workout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function get_description( $task_id = '' ) {
130130
return sprintf(
131131
/* translators: %s: "Read more" link. */
132132
\esc_html__( 'Improve your most important pages with Yoast SEO\'s Cornerstone Content Workout. %s.', 'progress-planner' ),
133-
'<a href="https://prpl.fyi/run-cornerstone-content-workout/" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Learn more about the Yoast SEO Cornerstone Content Workout', 'progress-planner' ) . '">' . \esc_html__( 'Learn more', 'progress-planner' ) . '</a>'
133+
'<a href="https://prpl.fyi/run-cornerstone-content-workout" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Learn more about the Yoast SEO Cornerstone Content Workout', 'progress-planner' ) . '">' . \esc_html__( 'Learn more', 'progress-planner' ) . '</a>'
134134
);
135135
}
136136

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
@@ -125,7 +125,7 @@ public function get_description( $task_id = '' ) {
125125
return sprintf(
126126
/* translators: %s: "Read more" link. */
127127
\esc_html__( 'Yoast SEO detected that this article has no links pointing to it. %s.', 'progress-planner' ),
128-
'<a href="https://prpl.fyi/fix-orphaned-content/" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the fixing the orphaned content.', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
128+
'<a href="https://prpl.fyi/fix-orphaned-content" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Read more about the fixing the orphaned content.', 'progress-planner' ) . '">' . \esc_html__( 'Read more', 'progress-planner' ) . '</a>'
129129
);
130130
}
131131

@@ -144,7 +144,7 @@ public function get_url( $task_id = '' ) {
144144
return '';
145145
}
146146

147-
return 'https://prpl.fyi/fix-orphaned-content/';
147+
return 'https://prpl.fyi/fix-orphaned-content';
148148
}
149149

150150
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function get_description( $task_id = '' ) {
129129
return sprintf(
130130
/* translators: %s: "Read more" link. */
131131
\esc_html__( 'Improve your internal linking structure with Yoast SEO\'s Orphaned Content Workout. %s.', 'progress-planner' ),
132-
'<a href="https://prpl.fyi/run-orphaned-content-workout/" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Learn more about the Yoast SEO Orphaned Content Workout', 'progress-planner' ) . '">' . \esc_html__( 'Lean more', 'progress-planner' ) . '</a>'
132+
'<a href="https://prpl.fyi/run-orphaned-content-workout" target="_blank" data-prpl_accessibility_text="' . \esc_attr__( 'Learn more about the Yoast SEO Orphaned Content Workout', 'progress-planner' ) . '">' . \esc_html__( 'Lean more', 'progress-planner' ) . '</a>'
133133
);
134134
}
135135

0 commit comments

Comments
 (0)