Changeset 44562 for trunk/src/wp-admin/credits.php
- Timestamp:
- 01/11/2019 06:03:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/credits.php
r44264 r44562 66 66 $title = _x( 'Translators', 'Translate this to be the equivalent of English Translators in your language for the credits page Translators section' ); 67 67 } elseif ( isset( $group_data['placeholders'] ) ) { 68 // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText 68 69 $title = vsprintf( translate( $group_data['name'] ), $group_data['placeholders'] ); 69 70 } else { 71 // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText 70 72 $title = translate( $group_data['name'] ); 71 73 } … … 101 103 echo esc_html( $person_data[0] ) . "</a>\n\t"; 102 104 if ( ! $compact ) { 105 // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText 103 106 echo '<span class="title">' . translate( $person_data[3] ) . "</span>\n"; 104 107 }
Note: See TracChangeset
for help on using the changeset viewer.