plugin updates
This commit is contained in:
@@ -21,8 +21,8 @@ $yoast_seo_i18n_title = __( 'Problems', 'wordpress-seo' );
|
||||
$yoast_seo_i18n_issues = __( 'We have detected the following issues that affect the SEO of your site.', 'wordpress-seo' );
|
||||
$yoast_seo_i18n_no_issues = __( 'Good job! We could detect no serious SEO problems.', 'wordpress-seo' );
|
||||
$yoast_seo_i18n_muted_issues_title = sprintf(
|
||||
/* translators: %d expands the amount of hidden problems. */
|
||||
_n( 'You have %d hidden problem:', 'You have %d hidden problems:', $yoast_seo_dismissed_total, 'wordpress-seo' ),
|
||||
/* translators: %d expands the amount of hidden notifications. */
|
||||
_n( 'You have %d hidden notification:', 'You have %d hidden notifications:', $yoast_seo_dismissed_total, 'wordpress-seo' ),
|
||||
$yoast_seo_dismissed_total
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user