Opened 16 years ago
Closed 16 years ago
#12752 closed defect (bug) (invalid)
do_action('activate_plugin') called twice
| Reported by: | scribu | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch reporter-feedback |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Where is the second appearance?