#2852 closed defect (bug) (fixed)
Infinite loop in do_robots causes apache to terminate
| Reported by: | itdamager | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | infinite loop |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3904]) Avoid recursive action. Props itdamager. fixes #2852