Make WordPress Core


Ignore:
Timestamp:
10/04/2019 10:08:34 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add missing comma in a translator comment.

See #47515.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-themes-list-table.php

    r46387 r46390  
    282282                if ( $theme->parent() ) {
    283283                    printf(
    284                         /* translators: 1: Link to documentation on child themes 2: Name of parent theme. */
     284                        /* translators: 1: Link to documentation on child themes, 2: Name of parent theme. */
    285285                        ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
    286286                        __( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ),
Note: See TracChangeset for help on using the changeset viewer.