Changeset 16760
- Timestamp:
- 12/06/2010 10:56:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r16411 r16760 1055 1055 } 1056 1056 $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n"; 1057 $notify_message .= sprintf( __('Permalink 1057 $notify_message .= sprintf( __('Permalink: %s'), get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id ) . "\r\n"; 1058 1058 if ( EMPTY_TRASH_DAYS ) 1059 1059 $notify_message .= sprintf( __('Trash it: %s'), admin_url("comment.php?action=trash&c=$comment_id") ) . "\r\n";
Note: See TracChangeset
for help on using the changeset viewer.