mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +03:00
parent
b9fa661478
commit
42cd761420
|
@ -85,8 +85,8 @@ function get_meta_binding_value( $args, $block ) {
|
||||||
return wp_kses_data( sprintf(
|
return wp_kses_data( sprintf(
|
||||||
/* translators: %1$s is the number of hours, %2$s is the number of organizations, and %3$s is an edit link. */
|
/* translators: %1$s is the number of hours, %2$s is the number of organizations, and %3$s is an edit link. */
|
||||||
_n(
|
_n(
|
||||||
'Pledged <strong>%1$s hours a week</strong> %3$s across %2$s organization.',
|
'You pledge <strong>%1$s hours a week</strong> %3$s across %2$s organization.',
|
||||||
'Pledged <strong>%1$s hours a week</strong> %3$s across %2$s organizations.',
|
'You pledge <strong>%1$s hours a week</strong> %3$s across %2$s organizations.',
|
||||||
$pledge_count,
|
$pledge_count,
|
||||||
'wporg-5ftf'
|
'wporg-5ftf'
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue