Make WordPress Core

Opened 21 years ago

Closed 21 years ago

#1539 closed defect (bug) (invalid)

foreach($cats as $cat) in nested category function broke

Reported by: technosailor Owned by:
Priority: normal Milestone:
Component: Administration Version: 1.6
Severity: normal Keywords: wp-admin foreach categories nested
Cc: Focuses:

Description

There is some kind of error regarding the admin function get_nested_categories() in admin-functions.php. On line 395, the function call to the same function is causing issues. When commenting this line, the problem goes away. But I don't have nested categories so I would imagine it would go away.

Attachments (2)

wp-admin1.png (5.8 KB ) - added by technosailor 21 years ago.
admin-functions-edited-line395.php (42.4 KB ) - added by technosailor 21 years ago.
edited file admin-functions.php

Download all attachments as: .zip

Change History (3)

@technosailor
21 years ago

edited file admin-functions.php

#1 @davidhouse
21 years ago

  • Resolutioninvalid
  • Status newclosed

What kind of issues? A function calling itself is called 'recursion', it's there on purpose. Reopen if you have details.

Note: See TracTickets for help on using tickets.