WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#7689 closed enhancement (fixed)

Using checked function

Reported by: matthewh84 Owned by: anonymous
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)

options-misc.php.patch (3.4 KB) - added by matthewh84 5 years ago.
patch to update options-misc.php

Download all attachments as: .zip

Change History (2)

matthewh845 years ago

patch to update options-misc.php

comment:1 westi5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8831]) Use API for setting checked attribute fixes #7689 props matthewh84.

Note: See TracTickets for help on using tickets.