Opened 15 years ago
Closed 15 years ago
#12752 closed defect (bug) (invalid)
do_action('activate_plugin') called twice
Reported by: | scribu | Owned by: | westi |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Plugins | Keywords: | has-patch reporter-feedback |
Focuses: | Cc: |
Description
In activate_plugin(), this line appears twice:
do_action( 'activate_' . trim( $plugin ) );
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Where is the second appearance?