Changeset 7132 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 04/19/2018 01:02:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r7129 r7132 422 422 ); 423 423 } else { 424 $notices[] = __( 'This post has been held for moderation by our automated system . It will be reviewed within 72 hours.', 'wporg-forums' );424 $notices[] = __( 'This post has been held for moderation by our automated system and will be manually reviewed by a moderator.', 'wporg-forums' ); 425 425 } 426 426
Note: See TracChangeset
for help on using the changeset viewer.