Make WordPress Core

Changeset 62030


Ignore:
Timestamp:
03/15/2026 10:49:17 PM (12 days ago)
Author:
SergeyBiryukov
Message:

I18N: Correct translator comment placement in wp_notify_postauthor().

Follow-up to [61179].

Props sanketparmar, mukesh27.
See #64244.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r61995 r62030  
    19381938            }
    19391939
    1940             /* translators: %s: Comment URL. */
    19411940            if ( 'note' === $comment->comment_type ) {
    19421941                $notify_message .= get_edit_post_link( $comment->comment_post_ID, 'url' ) . "\r\n";
    19431942            } else {
    19441943                $notify_message .= get_permalink( $comment->comment_post_ID ) . "#comments\r\n\r\n";
     1944                /* translators: %s: Comment URL. */
    19451945                $notify_message .= sprintf( __( 'Permalink: %s' ), get_comment_link( $comment ) ) . "\r\n";
    19461946            }
Note: See TracChangeset for help on using the changeset viewer.