Make WordPress Core

Ticket #47689: 47689.diff

File 47689.diff, 626 bytes (added by mukesh27, 7 years ago)

Patch.

  • wp-includes/script-loader.php

    diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php
    index 6d510192fc..dc5e5382b3 100644
    a b function wp_default_styles( &$styles ) {  
    19941994         * to load that is supported by your language. Do not translate.
    19951995         * Set to 'off' to disable loading.
    19961996         */
    1997         $font_family = _x( 'Noto Serif:400,400i,700,700i', 'Google Font Name and Variants' );
     1997        $font_family = __( 'Noto Serif:400,400i,700,700i' );
    19981998        if ( 'off' !== $font_family ) {
    19991999                $fonts_url = 'https://fonts.googleapis.com/css?family=' . urlencode( $font_family );
    20002000        }