Changes between Version 1 and Version 3 of Ticket #14382
- Timestamp:
- 07/21/2010 11:53:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14382
- Property Keywords reporter-feedback added; permalinks wp_head pages removed
-
Ticket #14382 – Description
v1 v3 41 41 5) Visit the front end for Page 2. Your error log will be something like this: 42 42 43 {{{ 43 44 [21-Jul-2010 19:59:04] post id: 10 | post title: Page 2 45 }}} 44 46 45 47 6) Now visit the front end for Page 1. Your error log will be something like this: 46 48 49 {{{ 47 50 [21-Jul-2010 20:00:46] post id: 4 | post title: Page 1 48 51 [21-Jul-2010 20:00:47] post id: 6 | post title: Page 1.1 52 }}} 49 53 50 54 7) Page 1.1 generates the following: 51 55 56 {{{ 52 57 [21-Jul-2010 20:00:58] post id: 6 | post title: Page 1.1 53 58 [21-Jul-2010 20:00:58] post id: 8 | post title: Page 1.2 54 59 }}} 55 60 56 61 I tried this in W 2.9.2 and the issue does not exist.