#2852 closed defect (bug) (fixed)
Infinite loop in do_robots causes apache to terminate
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.1 |
| Component: | Administration | Keywords: | infinite loop |
| Focuses: | Cc: |
Description
The function do_robots makes a call to itself with do_action('do_robots') resulting in an infinite loop. I suggest changing the api hook to do_robotstxt on line 790 of functions.php.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3904]) Avoid recursive action. Props itdamager. fixes #2852