Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #5932, comment 39


Ignore:
Timestamp:
02/25/2014 08:19:52 PM (11 years ago)
Author:
markjaquith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5932, comment 39

    initial v1  
    11I've committed this but I don't think it's quite done.
    22
    3 The one remaining concern I have here is that the page could already be building when this error occurs. At the moment, the query would fail, was would all after it, but the page could still hypothetically finish building. With this patch, though, two things occur: we cease execution immediately and we call wp_die(), which could potentially ugly up a pre-existing page.
     3The one remaining concern I have here is that the page could already be building when this error occurs. At the moment, the query would fail, as would all after it, but the page could still hypothetically finish building. With this patch, though, two things occur: we cease execution immediately and we call wp_die(), which could potentially ugly up a pre-existing page.
    44
    55So, a few options: