[wp-trac] [WordPress Trac] #34747: Provide more flexibility for "You are customizing" text
WordPress Trac
noreply at wordpress.org
Thu Nov 19 22:00:51 UTC 2015
#34747: Provide more flexibility for "You are customizing" text
-----------------------------+----------------------------
Reporter: danielbachhuber | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Customize | Version:
Severity: normal | Keywords: needs-patch
Focuses: |
-----------------------------+----------------------------
I'd like to be able to customize the "You are customizing" text based on
context:
[[Image(https://dl.dropboxusercontent.com/s/bu33174tvkdrhnf/2015-11-19%20at%201.55%20PM.png?dl=0)]]
Because these strings are rendered directly in `wp-admin/customize.php`, I
have very little control over the text.
Ideally, this HTML would be rendered by calling
`WP_Customize_Panel::content_template()` for the primary panel in the
customizer (and I could have different primary panels for each view).
However, if this abstraction is hairy, a filter for the title and
description would suffice. If no description was present, the `?` wouldn't
appear. If no title were present, the informational section wouldn't
appear.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34747>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list