Make WordPress Core

Ticket #44360: 44360.wp-includes.diff

File 44360.wp-includes.diff, 1.4 KB (added by Dency, 6 years ago)

Fixes WordPress.WP.I18n violations in wp-inlcudes files

  • wp-includes/theme.php

     
    25372537                case 'title-tag':
    25382538                        // Can be called in functions.php but must happen before wp_loaded, i.e. not in header.php.
    25392539                        if ( did_action( 'wp_loaded' ) ) {
    2540                                 /* translators: 1: title-tag, 2: wp_loaded */
    25412540                                _doing_it_wrong(
    25422541                                        "add_theme_support( 'title-tag' )", sprintf(
     2542                                        /* translators: 1: title-tag, 2: wp_loaded */
    25432543                                                __( 'Theme support for %1$s should be registered before the %2$s hook.' ),
    25442544                                                '<code>title-tag</code>', '<code>wp_loaded</code>'
    25452545                                        ), '4.1.0'
  • wp-includes/widgets/class-wp-nav-menu-widget.php

     
    142142                                $url = admin_url( 'nav-menus.php' );
    143143                        }
    144144                        ?>
    145                         <?php echo sprintf( __( 'No menus have been created yet. <a href="%s">Create some</a>.' ), esc_attr( $url ) ); ?>
     145                        <?php echo sprintf(
     146                                /* translators: %s: Admin Menus URL */
     147                                __( 'No menus have been created yet. <a href="%s">Create some</a>.' ), esc_attr( $url ) ); ?>
    146148                </p>
    147149                <div class="nav-menu-widget-form-controls" <?php echo $empty_menus_style; ?>>
    148150                        <p>