Changeset 12598
- Timestamp:
- 05/19/2023 10:37:12 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r12370 r12598 631 631 632 632 /* translators: Number of hours the user should wait for a pending post to get approved before contacting moderators. */ 633 $moderation_timeframe = (int) _ _( '96', 'wporg-forums' );633 $moderation_timeframe = (int) _x( '96', 'Wait-hours', 'wporg-forums' ); 634 634 if ( ! $moderation_timeframe ) { 635 635 $moderation_timeframe = 96; … … 647 647 ); 648 648 } else { 649 $notices[] = __( 'This post has been held for moderation by our automated system and will be manually reviewed by a moderator.', 'wporg-forums' ); 649 $notices[] = __( 'Your post is being held for moderation by our automated system and will be manually reviewed by a volunteer as soon as possible.', 'wporg-forums' ); 650 $notices[] = __( 'No action is needed on your part at this time, and you do not need to resubmit your message.', 'wporg-forums' ); 650 651 } 651 652
Note: See TracChangeset
for help on using the changeset viewer.