Opened 16 years ago
Closed 16 years ago
#5411 closed enhancement (fixed)
Refactor next_post_link, previous_post_link
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | low |
Severity: | minor | Version: | 2.3.1 |
Component: | Optimization | Keywords: | has-patch |
Focuses: | Cc: |
Description
next_post_link
and previous_post_link
use similar code and make unnecessary database queries to retrieve the previous/next post permalink.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [6359]) Refactor next_post_link, previous_post_link. props xknown. fixes #5411