Opened 21 years ago
Closed 21 years ago
#920 closed defect (bug) (fixed)
Calling wp_list_pages twice with different args does not work
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | major | Version: | 1.5 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
The get_pages() function caches the page list and returns it in later calls.
For example
1: get_pages("child_of=3");
2: get_pages("child_of=24");
In this case the second call returns the same result as the first one.
Change History (7)
Note: See
TracTickets for help on using
tickets.
This seems to have to do with the new page caching code, which as far as I can tell is so utterly broken that wp_list_pages() does not work at all for me. I've so far been unable to sufficiently patch it to restore the previous behavior and have since downgraded my site to 2005-02-14, until I have some more time to work on it. More info later...