[wp-trac] [WordPress Trac] #11892: make wp_die() a pluggable function

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 19 01:55:18 UTC 2010


#11892: make wp_die() a pluggable function
--------------------------+-------------------------------------------------
 Reporter:  hakre         |        Owner:  westi 
     Type:  defect (bug)  |       Status:  closed
 Priority:  normal        |    Milestone:  3.0   
Component:  Unit Tests    |      Version:  3.0   
 Severity:  blocker       |   Resolution:  fixed 
 Keywords:                |  
--------------------------+-------------------------------------------------
Changes (by hakre):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Changeset is r289 in the testing repository.

 enclose parts that die() with:

 {{{
 _disable_wp_die();
 _enable_wp_die();
 }}}

 Keep in mind that code which calls wp_die() normally expects that nothing
 else follows in the execution order. Now it does. Since there was no
 additional feedback on that within the last weeks, I will close this
 ticket for now in the lack of traction.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11892#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list