Changeset 43668 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 10/02/2018 07:50:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r43642 r43668 1555 1555 /* translators: %s: post title */ 1556 1556 $notify_message = sprintf( __( 'New comment on your post "%s"' ), $post->post_title ) . "\r\n"; 1557 /* translators: 1: comment author , 2: comment author's IP address, 3: comment author's hostname */1557 /* translators: 1: comment author's name, 2: comment author's IP address, 3: comment author's hostname */ 1558 1558 $notify_message .= sprintf( __( 'Author: %1$s (IP address: %2$s, %3$s)' ), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1559 1559 /* translators: %s: comment author email */ … … 1725 1725 $notify_message = sprintf( __( 'A new comment on the post "%s" is waiting for your approval' ), $post->post_title ) . "\r\n"; 1726 1726 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n"; 1727 /* translators: 1: comment author name, 2: comment author's IP address, 3: comment author's hostname */1727 /* translators: 1: comment author's name, 2: comment author's IP address, 3: comment author's hostname */ 1728 1728 $notify_message .= sprintf( __( 'Author: %1$s (IP address: %2$s, %3$s)' ), $comment->comment_author, $comment->comment_author_IP, $comment_author_domain ) . "\r\n"; 1729 1729 /* translators: %s: comment author email */
Note: See TracChangeset
for help on using the changeset viewer.