Opened 13 years ago
Closed 13 years ago
#17443 closed defect (bug) (fixed)
Passing by reference is not needed for admin_bar_menu action any longer
Reported by: | hakre | Owned by: | |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Passing by reference is not needed for admin_bar_menu action any longer.
Attachments (3)
Change History (8)
#3
@
13 years ago
Additionally there is no need to cast to an array as foreach does objects, see PHP 5 Object Iteration.
Note: See
TracTickets for help on using
tickets.
switch to do_action.