Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41101, comment 3


Ignore:
Timestamp:
06/26/2017 07:45:03 PM (7 years ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41101, comment 3

    initial v1  
    1 @jorbin As far as I'm aware, the core test case class resets all hooks automatically, so that shouldn't be a problem. However the calls to `wpmu_delete_blog()` can be removed since they are not committed by MySQL. Might need to double-check that, so correct me if I'm wrong.
     1@jorbin As far as I'm aware, the core test case class resets all hooks automatically, so that shouldn't be a problem. However the calls to `wpmu_delete_blog()` can be removed since the addition queries are not committed by MySQL. Might need to double-check that, so correct me if I'm wrong.