Changeset 34042 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 09/11/2015 06:20:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r34038 r34042 1473 1473 } 1474 1474 $notify_message .= get_permalink($comment->comment_post_ID) . "#comments\r\n\r\n"; 1475 $notify_message .= sprintf( __('Permalink: %s'), get_comment_link( $comment _id) ) . "\r\n";1475 $notify_message .= sprintf( __('Permalink: %s'), get_comment_link( $comment ) ) . "\r\n"; 1476 1476 1477 1477 if ( user_can( $post->post_author, 'edit_comment', $comment_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.