#61199 closed enhancement (fixed)
Make Settings API documentation link clickable in options.php
| Reported by: | timse201 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Options, Meta APIs | Version: | 3.0 |
| Severity: | normal | Keywords: | good-first-bug has-patch needs-testing |
| Cc: | Focuses: | ui, administration |
Description
in the options.php under line 325 there is a non-clickable link
The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/
Attachments (1)
Change History (10)
#1
@
2 years ago
- Component General → Administration
- Focuses accessibility removed
- Keywords needs-patch added; changes-requested removed
- Milestone Awaiting Review → Future Release
- Summary no clickable link under options.php:325 → Make Settings API documentation link clickable in options.php
- Version trunk → 3.0
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi and welcome to WordPress Core Trac!
I suggest
See <a href="https://developer.wordpress.org/plugins/settings/settings-api/">documentation on the Settings API</a>.The link has been plain text since [13785] (with updates in [14070], [32116], [34315], and [45674]).