Changeset 45602 for trunk/src/wp-admin/comment.php
- Timestamp:
- 07/05/2019 05:20:52 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r45583 r45602 47 47 'title' => __( 'Overview' ), 48 48 'content' => 49 '<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' .50 '<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>',49 '<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' . 50 '<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>', 51 51 ) 52 52 );
Note: See TracChangeset
for help on using the changeset viewer.