The '#type' => 'help'
element is a nice utility for displaying help text wrapped in <p>...</p>
tags and it's widely used in core. It would be nice if it supported the #attributes
property, so that, for example, one could easily add classes to the <div>
wrapper. (And then, for consistency, theme_more_help_link()
should also support #attributes
.) It would be relatively easy to add, and since it's never been supported before, seems unlikely to break anything by its addition. What do people think?
GitHub Issue #:
6007
Recent comments
Hi Steve, you can add a site-wide language switcher for visitors as a block to your layout(s). To do so, go to your layout, click "Add block", e.g. in the Header region, search for "language",...
How to translate my site content
As some folks have mentioned, some work has gone into this. We actually added the ability to have "draft revisions" into core, BUT we never completed the front end user interface for this...
managing draft revisions while still having a version published
Hi danryan, just to be sure, can you check if the tabs aren't hidden in your layout? Go to the page where you miss the tabs. In the Admin bar at top of the page...
View/Edit tabs missing