[wp-trac] [WordPress Trac] #47486: I18n: Merge similar string

WordPress Trac noreply at wordpress.org
Wed Jun 5 11:21:46 UTC 2019


#47486: I18n: Merge similar string
----------------------------+---------------------------------------
 Reporter:  mukesh27        |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Customize       |    Version:
 Severity:  normal          |   Keywords:  has-patch has-screenshots
  Focuses:  administration  |
----------------------------+---------------------------------------
 The below string is similar and can be merged.

 https://build.trac.wordpress.org/browser/trunk/wp-admin/custom-
 background.php#L423

 {{{<?php _ex( 'Original', 'Original Size' ); ?>}}}

 Replace to

 {{{<?php _e( 'Original' ); ?>}}}

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


More information about the wp-trac mailing list