Changeset 45926 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r45739 r45926 897 897 $awaiting_mod = $awaiting_mod->moderated; 898 898 $awaiting_text = sprintf( 899 /* translators: %s: number of comments in moderation*/899 /* translators: %s: number of comments */ 900 900 _n( '%s Comment in moderation', '%s Comments in moderation', $awaiting_mod ), 901 901 number_format_i18n( $awaiting_mod )
Note: See TracChangeset
for help on using the changeset viewer.