#14624 closed enhancement (fixed)
Rename 'caller_get_posts' to 'ignore_stickies'
| Reported by: | scribu | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Query | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
The 'caller_get_posts' query flag should be renamed to 'ignore_stickies', since that's the only thing it's used for:
http://codex.wordpress.org/Function_Reference/query_posts#Sticky_Post_Parameters
It's original purpose, to signal to WP_Query that get_posts() is the origin of the call, is not relevant anymore.
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
+1. Just for completeness I would suggest ignore_sticky_posts.