Make WordPress Core

Ticket #44360: 44360-wp-includes:embed.php.diff

File 44360-wp-includes:embed.php.diff, 495 bytes (added by socalchristina, 6 years ago)

Add translators comments to clarify their meaning of placeholders.

  • wp-includes/embed.php

    diff --git wp-includes/embed.php wp-includes/embed.php
    index 48c2212783..a00c1e95c6 100644
    function print_embed_comments_button() { 
    10851085                        <span class="dashicons dashicons-admin-comments"></span>
    10861086                        <?php
    10871087                        printf(
     1088                                /* Translators: 1: Singular form comment count 2: Plural form count */
    10881089                                _n(
    10891090                                        '%s <span class="screen-reader-text">Comment</span>',
    10901091                                        '%s <span class="screen-reader-text">Comments</span>',