Ticket #7689 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

Using checked function

Reported by: matthewh84 Assigned to: 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

options-misc.php.patch (3.4 kB) - added by matthewh84 on 09/04/08 18:25:39.
patch to update options-misc.php

Change History

09/04/08 18:25:39 changed by matthewh84

  • attachment options-misc.php.patch added.

patch to update options-misc.php

09/06/08 00:03:04 changed by westi

  • status changed from new to closed.
  • resolution set to fixed.

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