/** * Tooltip — the single, canonical tooltip for the admin component system. * * CSS-only, driven by a `data-tip` attribute. Works two ways: * * 1. Wrap any element (e.g. a button): * * * 2. Inline help icon beside a label (see wpsubs_render_tooltip()): * * * * * The bubble (::after) shows above the trigger with a downward caret (::before), * only while the trigger is hovered/focused. Long text wraps (max-width). The * trigger is a non-labelable , so nesting it inside a