Changeset 15553
- Timestamp:
- 08/31/2010 06:24:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r15149 r15553 1049 1049 } 1050 1050 $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n"; 1051 $notify_message .= sprintf( __('Permalink : %s'), get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id ) . "\r\n"; 1051 1052 if ( EMPTY_TRASH_DAYS ) 1052 1053 $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.