Changes between Initial Version and Version 1 of Ticket #29663, comment 5
- Timestamp:
- 09/15/2014 06:45:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29663, comment 5
initial v1 3 3 next_post_link( '%link', '%title', true, '3'); 4 4 }}} 5 This page had categories 2 and 3. I went to the page using the same database using link-template.php from 3.9.2 and 4.0. I logged the mySQL queries for both. next_post_link() calls get_adjacent_post _link() where the database queries are made.5 This page had categories 2 and 3. I went to the page using the same database using link-template.php from 3.9.2 and 4.0. I logged the mySQL queries for both. next_post_link() calls get_adjacent_post() where the database queries are made. 6 6 7 7 Here are the differences in the queries: