Opened 5 years ago
Closed 5 years ago
#7689 closed enhancement (fixed)
Using checked function
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.7 |
| Component: | Optimization | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The file wp-admin/options-misc.php was using some if statements when it could have been using the checked function in wp-admin/includes/template.php
I have created a patch to update this.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
patch to update options-misc.php