Making WordPress.org

Changeset 7132


Ignore:
Timestamp:
04/19/2018 01:02:54 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Remove timeframe from pending posts notice.

Fixes #3584.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php

    r7129 r7132  
    422422            );
    423423        } 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' );
    425425        }
    426426
Note: See TracChangeset for help on using the changeset viewer.