Opened 11 years ago
Closed 11 years ago
#24943 closed defect (bug) (fixed)
Twenty Thirteen - broken localization of custom header images
Reported by: | pavelevap | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Function twentythirteen_custom_header_setup() is probably called before twentythirteen_setup() and they are related to the same after_setup_theme action. So, twentythirteen textdomain is loaded after twentythirteen_custom_header_setup() and that is why localization of 3 strings (Star, Diamond and Circle) for custom header does not work.
See attached patch (works for me).
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Confirmed the bug and the fix.