[wp-trac] [WordPress Trac] #42290: Use typographical quotation marks in echoed text in class-wp-customize-nav-menus.php

WordPress Trac noreply at wordpress.org
Fri Oct 20 13:00:26 UTC 2017


#42290: Use typographical quotation marks in echoed text in class-wp-customize-nav-
menus.php
--------------------------+-----------------------------
 Reporter:  tobifjellner  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Menus         |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-
 customize-nav-menus.php?marks=949#L949

 {{{
 <p id="customize-new-menu-submit-description"><?php _e( 'Click "Next" to
 start adding links to your new menu.' ); ?></p>
 }}}

 Ought to be
 {{{
 <p id="customize-new-menu-submit-description"><?php _e( 'Click
 “Next” to start adding links to your new menu.' ); ?></p>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42290>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list