Opened 7 years ago
Closed 7 years ago
#47486 closed defect (bug) (fixed)
I18n: Merge similar string
| Reported by: | mukesh27 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | has-patch has-screenshots |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch.