Changeset 4426 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 11/27/2016 08:07:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r4352 r4426 259 259 $notice = sprintf( 260 260 /* translators: %d: number of hours */ 261 _ _( 'This post has been held for moderation by our automated system. It will be reviewed within %d hours.', 'wporg-forums' ),261 _n( 'This post has been held for moderation by our automated system. It will be reviewed within %d hour.', 'This post has been held for moderation by our automated system. It will be reviewed within %d hours.', 72, 'wporg-forums' ), 262 262 72 263 263 );
Note: See TracChangeset
for help on using the changeset viewer.