Opened 19 years ago
Closed 19 years ago
#4923 closed defect (bug) (fixed)
Don't add unused option new_users_can_blog
| Reported by: | Nazgul | Owned by: | Nazgul |
|---|---|---|---|
| Priority: | low | Milestone: | 2.3 |
| Component: | General | Version: | 2.3 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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 (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [6055]) Don't re-add the deprecated new_users_can_blog option. Props Nazgul. fixes #4923