You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classes/suggested-tasks/providers/class-fewer-tags.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,10 +100,11 @@ public function get_title() {
100
100
*/
101
101
publicfunctionget_description() {
102
102
returnsprintf(
103
-
// translators: %1$s is the number of tags, %2$s is the number of published posts.
104
-
\esc_html__( 'We detected that you have %1$s tags and %2$s published posts. Consider installing the "Fewer Tags" plugin.', 'progress-planner' ),
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.
104
+
\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' ),
0 commit comments