Opened 2 years ago
Closed 17 months ago
#17443 closed defect (bug) (fixed)
Passing by reference is not needed for admin_bar_menu action any longer
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Passing by reference is not needed for admin_bar_menu action any longer.
Attachments (3)
Change History (8)
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.