Opened 16 years ago
Closed 16 years ago
#6625 closed defect (bug) (invalid)
problem with array callbacks regisering widgets on php 4.3
Reported by: | damianm666 | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | widget, php4 |
Focuses: | Cc: |
Description
When trying to register a widget using wp_register_sidebar_widget where the output_call back is an array causes the following message when run on php 4
"Fatal error: Nesting level too deep - recursive dependency? in C:\xampp\htdocs\mystuff\wordpress\dev\wp-admin\includes\widgets.php on line 24"
everything works as expected on php 5
Change History (3)
Note: See
TracTickets for help on using
tickets.
PHP issue, not WordPress.