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
/* translators: %d is the number of comments per page.*/
81
-
\esc_html__( 'When comment pagination is enabled, your site creates a new page for every %d comments. This is not helping your website in search engines, and can break up the ongoing conversation. That\'s why we recommend to disable comment pagination.', 'progress-planner' ),
82
-
(int) \get_option( 'comments_per_page' ),
83
-
);
84
-
}
85
-
86
73
/**
87
74
* Check if the task condition is satisfied.
88
75
* (bool) true means that the task condition is satisfied, meaning that we don't need to add the task or task was completed.
return\esc_html__( 'On install, WordPress sets the permalink structure to a format that is not SEO-friendly. We recommend changing it.', 'progress-planner' );
88
-
}
89
-
90
81
/**
91
82
* Check if the task condition is satisfied.
92
83
* (bool) true means that the task condition is satisfied, meaning that we don't need to add the task or task was completed.
return\esc_html__( 'You have inactive plugins. Consider removing any plugins that are not activated to free up resources, and improve security.', 'progress-planner' );
0 commit comments