Ticket #4923 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Don't add unused option new_users_can_blog

Reported by: Nazgul Assigned to: Nazgul
Priority: low Milestone: 2.3
Component: General Version: 2.3
Severity: minor Keywords: has-patch
Cc:

Description

The populate_options function adds the new_users_can_blog option and then deletes it again as part of the unused options array.

We shouldn't be adding it anymore.

Attachments

4923.diff (0.5 kB) - added by Nazgul on 09/06/07 23:10:25.

Change History

09/06/07 23:10:25 changed by Nazgul

  • attachment 4923.diff added.

09/06/07 23:10:43 changed by Nazgul

  • keywords set to has-patch.
  • owner changed from anonymous to Nazgul.
  • status changed from new to assigned.

09/07/07 01:44:25 changed by markjaquith

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

(In [6055]) Don't re-add the deprecated new_users_can_blog option. Props Nazgul. fixes #4923