Make WordPress Core


Ignore:
Timestamp:
03/11/2018 04:43:59 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.

Add missing translator comments in WP_Theme_Install_List_Table and wp_notify_postauthor().
Add missing commas in some translator comments.

Fixes #43523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-comments.php

    r42719 r42827  
    147147    $draft_or_post_title = wp_html_excerpt( _draft_or_post_title( $post_id ), 50, '…' );
    148148    if ( $comments_count->moderated > 0 ) {
    149         /* translators: 1: comments count 2: post title */
     149        /* translators: 1: comments count, 2: post title */
    150150        $title = sprintf(
    151151            __( 'Comments (%1$s) on “%2$s”' ),
Note: See TracChangeset for help on using the changeset viewer.