Changeset 45926 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r45924 r45926 1583 1583 } 1584 1584 $notify_message .= get_permalink( $comment->comment_post_ID ) . "#comments\r\n\r\n"; 1585 /* translators: %s: comment URL */ 1585 1586 $notify_message .= sprintf( __( 'Permalink: %s' ), get_comment_link( $comment ) ) . "\r\n"; 1586 1587 … … 1768 1769 $notify_message .= sprintf( __( 'Spam it: %s' ), admin_url( "comment.php?action=spam&c={$comment_id}#wpbody-content" ) ) . "\r\n"; 1769 1770 1770 /* translators: Comment moderation. %s: Number of comments awaiting approval */1771 1771 $notify_message .= sprintf( 1772 /* translators: Comment moderation. %s: Number of comments awaiting approval */ 1772 1773 _n( 1773 1774 'Currently %s comment is waiting for approval. Please visit the moderation panel:',
Note: See TracChangeset
for help on using the changeset viewer.