#32742 closed enhancement (fixed)
Menu Customizer: link to the widgets panel in the menus panel description
Reported by: | celloexpressions | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | ui | Cc: |
Description
This is a nice way to give users a path to discovering different features by cross-linking within the Customizer. Patch also removes the part about widgets if the current theme doesn't support widgets.
Attachments (5)
Change History (16)
#2
@
9 years ago
Can the markup be eliminated from the translated string? Not sure immediately how that would be done, but see also #32817.
#3
@
9 years ago
I believe standard practice with things like links that really need to be in the middle of the string is to leave the tags, but extract as much as possible (ex. the href attribute) to placeholders. Breaking it up into separate strings would be more of a burden for translators, and often wouldn't work. But @ocean90 could elaborate if there's a better way here.
I believe I remember seeing somewhere that translators are generally fine with basic tags like <a> when they're needed. In #32817, we obviously don't need the span to be in the string because it wraps the whole string.
@westonruter: want to review/commit? Or @ocean90? This is a nice simple improvement.