Remove unwanted text-domains from WPCS checks and fix missed old text-domains

This commit is contained in:
Jb 2019-11-23 18:48:10 +01:00
parent 7e8c847471
commit 6422f7fd24
4 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ $total_hours = $pledge->{ PledgeMeta\META_PREFIX . 'pledge-total-hours' };
$contributor_title = sprintf(
esc_html(
_n( '%1$s has pledged %2$d hour a week', '%1$s has pledged %2$d hours a week', $total_hours, 'wordpressorg' )
_n( '%1$s has pledged %2$d hour a week', '%1$s has pledged %2$d hours a week', $total_hours, 'wporg-5ftf' )
),
wp_kses_post( get_the_title() ),
intval( $total_hours )