Opened 5 years ago
Closed 5 years ago
#47486 closed defect (bug) (fixed)
I18n: Merge similar string
Reported by: | mukesh27 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch has-screenshots |
Focuses: | administration | Cc: |
Description
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' ); ?>
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch.