Make WordPress Core

Changeset 41956


Ignore:
Timestamp:
10/20/2017 02:06:42 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Customize: Use typographic quotation marks in the strings added in [41768].

Props audrasjb, tobifjellner.
Fixes #42290. See #40104.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r41954 r41956  
    947947
    948948        <script type="text/html" id="tmpl-nav-menu-submit-new-button">
    949             <p id="customize-new-menu-submit-description"><?php _e( 'Click "Next" to start adding links to your new menu.' ); ?></p>
     949            <p id="customize-new-menu-submit-description"><?php _e( 'Click &#8220;Next&#8221; to start adding links to your new menu.' ); ?></p>
    950950            <button id="customize-new-menu-submit" type="button" class="button" aria-describedby="customize-new-menu-submit-description"><?php _e( 'Next' ); ?></button>
    951951        </script>
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-control.php

    r41768 r41956  
    3737    public function content_template() {
    3838        ?>
    39         <p class="new-menu-item-invitation"><?php _e( 'Time to add some links! Click "Add menu items" to start putting pages, categories, and custom links in your menu. Add as many things as you\'d like.' ); ?></p>
     39        <p class="new-menu-item-invitation"><?php _e( 'Time to add some links! Click &#8220;Add menu items&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.' ); ?></p>
    4040        <div class="customize-control-nav_menu-buttons">
    4141            <button type="button" class="button add-new-menu-item" aria-label="<?php esc_attr_e( 'Add or remove menu items' ); ?>" aria-expanded="false" aria-controls="available-menu-items">
Note: See TracChangeset for help on using the changeset viewer.