Changeset 27567
- Timestamp:
- 03/17/2014 08:19:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r27484 r27567 1133 1133 } 1134 1134 $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n"; 1135 $notify_message .= sprintf( __('Permalink: %s'), get_ permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id) . "\r\n";1135 $notify_message .= sprintf( __('Permalink: %s'), get_comment_link( $comment_id ) ) . "\r\n"; 1136 1136 1137 1137 if ( user_can( $post->post_author, 'edit_comment', $comment_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.