Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #16545, comment 15


Ignore:
Timestamp:
02/14/2011 06:21:04 PM (14 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16545, comment 15

    v1 v2  
    1 Do the query from an init hook. It will always fail.  A query run after the big query could sometimes work (although anyone doing that really should call init() before hand).  My patch should work either way.
     1Do the query from an init hook. It will always fail.  A query run after the big query that reuses the big query object could sometimes work (although anyone doing that really should call init() before hand).  My patch should work either way.