Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47599


Ignore:
Timestamp:
06/26/2019 06:39:37 PM (7 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47599 – Description

    initial v1  
    1 In [https://core.trac.wordpress.org/changeset/44983 44983] we introduced pre query filters in multisite classes. However this short circuit acts differently from other short circuits and still continues to execute. After the filter runs, it should exit straight away. 
     1In [44983] we introduced pre query filters in multisite classes. However this short circuit acts differently from other short circuits and still continues to execute. After the filter runs, it should exit straight away.