Changeset 62030 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 03/15/2026 10:49:17 PM (13 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r61995 r62030 1938 1938 } 1939 1939 1940 /* translators: %s: Comment URL. */1941 1940 if ( 'note' === $comment->comment_type ) { 1942 1941 $notify_message .= get_edit_post_link( $comment->comment_post_ID, 'url' ) . "\r\n"; 1943 1942 } else { 1944 1943 $notify_message .= get_permalink( $comment->comment_post_ID ) . "#comments\r\n\r\n"; 1944 /* translators: %s: Comment URL. */ 1945 1945 $notify_message .= sprintf( __( 'Permalink: %s' ), get_comment_link( $comment ) ) . "\r\n"; 1946 1946 }
Note: See TracChangeset
for help on using the changeset viewer.