Make WordPress Core


Ignore:
Timestamp:
07/25/2019 10:51:53 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Update translator comments after [45674].

See #47771.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r45674 r45676  
    664664    <?php
    665665    printf(
    666         /* translators: %s: Codex URL */
     666        /* translators: %s: Documentation URL */
    667667        __( 'Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="%s">Learn more about manual excerpts</a>.' ),
    668668        __( 'https://wordpress.org/support/article/excerpt/' )
     
    701701    <?php
    702702    printf(
    703         /* translators: %s: Codex URL */
     703        /* translators: %s: Documentation URL */
    704704        __( 'Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href="%s">pingbacks</a>, no other action necessary.' ),
    705705        __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' )
     
    738738    <?php
    739739    printf(
    740         /* translators: %s: Codex URL */
     740        /* translators: %s: Documentation URL */
    741741        __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ),
    742742        __( 'https://wordpress.org/support/article/custom-fields/' )
     
    762762        <?php
    763763        printf(
    764             /* translators: %s: Codex URL */
     764            /* translators: %s: Documentation URL */
    765765            __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ),
    766766            __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
Note: See TracChangeset for help on using the changeset viewer.