Make WordPress Core

Opened 8 years ago

Last modified 8 years ago

#40523 new enhancement

populate_options doesn't use correct add_options actions

Reported by: spacedmonkey's profile spacedmonkey Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 1.5
Component: Options, Meta APIs Keywords: has-patch dev-feedback
Focuses: Cc:

Description

populate_options is a special function, used to populate default option in the options table. To populate the options table, a single (and large) insert is used. Because the add_option isn't used, it means none of that functions actions are run.

Attachments (1)

40523.diff (730 bytes) - added by spacedmonkey 8 years ago.

Download all attachments as: .zip

Change History (4)

@spacedmonkey
8 years ago

#1 @spacedmonkey
8 years ago

  • Keywords has-patch dev-feedback added

This ticket was mentioned in Slack in #core-multisite by spacedmonkey. View the logs.


8 years ago

#3 @spacedmonkey
8 years ago

I still think that this ticket is a valid one, but related to it is #40642

Note: See TracTickets for help on using tickets.