Make WordPress Core

Ticket #50087: 50087.patch

File 50087.patch, 6.4 KB (added by shailu25, 7 months ago)

Refreshed patch.

  • src/wp-admin/includes/meta-boxes.php

    diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php
    index 387910e918..5b265ea20f 100644
    a b function link_xfn_meta_box( $link ) { 
    13541354                        <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check( 'friendship', 'friend' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'friend' ); ?>
    13551355                        </label>
    13561356                        <label for="friendship">
    1357                         <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'none' ); ?>
     1357                        <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> />&nbsp;<?php /* translators: xfn (friendship relation): http://gmpg.org/xfn/ */ _x( 'none', 'Type of relation' ); ?>
    13581358                        </label>
    13591359                </fieldset></td>
    13601360        </tr>
    function link_xfn_meta_box( $link ) { 
    14051405                        <input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check( 'geographical', 'neighbor' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'neighbor' ); ?>
    14061406                        </label>
    14071407                        <label for="geographical">
    1408                         <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'none' ); ?>
     1408                        <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> />&nbsp;<?php /* translators: xfn (geographical relation): http://gmpg.org/xfn/ */ _x( 'none', 'Type of relation' ); ?>
    14091409                        </label>
    14101410                </fieldset></td>
    14111411        </tr>
    function link_xfn_meta_box( $link ) { 
    14341434                        <input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check( 'family', 'spouse' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'spouse' ); ?>
    14351435                        </label>
    14361436                        <label for="family">
    1437                         <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> />&nbsp;<?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'none' ); ?>
     1437                        <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> />&nbsp;<?php /* translators: xfn (family relation): http://gmpg.org/xfn/ */ _x( 'none', 'Type of relation' ); ?>
    14381438                        </label>
    14391439                </fieldset></td>
    14401440        </tr>
  • src/wp-includes/deprecated.php

    diff --git a/src/wp-includes/deprecated.php b/src/wp-includes/deprecated.php
    index c490fe06ef..cabccc99c6 100644
    a b function dropdown_cats($optionall = 1, $all = 'All', $orderby = 'ID', $order = ' 
    705705
    706706        $show_option_none = '';
    707707        if ( $optionnone )
    708                 $show_option_none = __('None');
     708                $show_option_none = _x( 'None', 'Categories dropdown (show_option_none parameter)' );
    709709
    710710        $vars = compact('show_option_all', 'show_option_none', 'orderby', 'order',
    711711                                        'show_last_update', 'show_count', 'hide_empty', 'selected', 'exclude');
  • src/wp-includes/media-template.php

    diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php
    index 21adc09da0..dc23eed487 100644
    a b function wp_print_media_templates() { 
    839839                                                <?php esc_html_e( 'Right' ); ?>
    840840                                        </option>
    841841                                        <option value="none" selected>
    842                                                 <?php esc_html_e( 'None' ); ?>
     842                                                <?php esc_html_x( 'None', 'Alignment' ); ?>
    843843                                        </option>
    844844                                </select>
    845845                        </span>
    function wp_print_media_templates() { 
    866866                                <option value="file">
    867867                        <# } else { #>
    868868                                <option value="none" selected>
    869                                         <?php esc_html_e( 'None' ); ?>
     869                                        <?php esc_html_x( 'None', 'Embedded player type' ); ?>
    870870                                </option>
    871871                                <option value="file">
    872872                        <# } #>
    function wp_print_media_templates() { 
    951951                                        <?php esc_html_e( 'Media File' ); ?>
    952952                                </option>
    953953                                <option value="none" <# if ( 'none' === wp.media.galleryDefaults.link ) { #>selected="selected"<# } #>>
    954                                         <?php esc_html_e( 'None' ); ?>
     954                                        <?php esc_html_x( 'None', 'Media link target' ); ?>
    955955                                </option>
    956956                        </select>
    957957                </span>
    function wp_print_media_templates() { 
    10951095                                                <?php esc_html_e( 'Right' ); ?>
    10961096                                        </button>
    10971097                                        <button class="button active" value="none">
    1098                                                 <?php esc_html_e( 'None' ); ?>
     1098                                                <?php esc_html_x( 'None', 'Alignment' ); ?>
    10991099                                        </button>
    11001100                                </span>
    11011101                        </span>
    function wp_print_media_templates() { 
    11121112                                                <?php esc_html_e( 'Custom URL' ); ?>
    11131113                                        </button>
    11141114                                        <button class="button active" value="none">
    1115                                                 <?php esc_html_e( 'None' ); ?>
     1115                                                <?php esc_html_x( 'None', 'Media URL' ); ?>
    11161116                                        </button>
    11171117                                </span>
    11181118                        </span>
    function wp_print_media_templates() { 
    11591159                                                                        <?php esc_html_e( 'Right' ); ?>
    11601160                                                                </button>
    11611161                                                                <button class="button active" value="none">
    1162                                                                         <?php esc_html_e( 'None' ); ?>
     1162                                                                        <?php esc_html_x( 'None', 'Alignment' ); ?>
    11631163                                                                </button>
    11641164                                                        </span>
    11651165                                                </span>
    function wp_print_media_templates() { 
    12351235                                                                <?php esc_html_e( 'Custom URL' ); ?>
    12361236                                                        </option>
    12371237                                                        <option value="none">
    1238                                                                 <?php esc_html_e( 'None' ); ?>
     1238                                                                <?php esc_html_x( 'None', 'Media URL' ); ?>
    12391239                                                        </option>
    12401240                                                </select>
    12411241                                        </span>
    function wp_print_media_templates() { 
    13551355                                                <span class="button-group button-large" data-setting="preload">
    13561356                                                        <button class="button" value="auto"><?php _ex( 'Auto', 'auto preload' ); ?></button>
    13571357                                                        <button class="button" value="metadata"><?php _e( 'Metadata' ); ?></button>
    1358                                                         <button class="button active" value="none"><?php _e( 'None' ); ?></button>
     1358                                                        <button class="button active" value="none"><?php _x( 'None', 'Preload type' ); ?></button>
    13591359                                                </span>
    13601360                                        </span>
    13611361                                </fieldset>
    function wp_print_media_templates() { 
    14541454                                                <span class="button-group button-large" data-setting="preload">
    14551455                                                        <button class="button" value="auto"><?php _ex( 'Auto', 'auto preload' ); ?></button>
    14561456                                                        <button class="button" value="metadata"><?php _e( 'Metadata' ); ?></button>
    1457                                                         <button class="button active" value="none"><?php _e( 'None' ); ?></button>
     1457                                                        <button class="button active" value="none"><?php _x( 'None', 'Preload type' ); ?></button>
    14581458                                                </span>
    14591459                                        </span>
    14601460                                </fieldset>