Make WordPress Core

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


Ignore:
Timestamp:
02/14/2011 06:16:35 PM (15 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16545, comment 15

    initial v1  
    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 could sometimes work (although anyone doing that really should call init() before hand).  My patch should work either way.