[wpmu-trac] Re: [WordPress MU Trac] #229: Need hooks for archived or suspended blogs

WordPress MU Trac wpmu-trac at lists.automattic.com
Mon Jan 22 17:42:39 GMT 2007


#229: Need hooks for archived or suspended blogs
------------------------+---------------------------------------------------
 Reporter:  drmike      |        Owner:  somebody
     Type:  defect      |       Status:  closed  
 Priority:  normal      |    Milestone:  WPMU 1.0
Component:  component1  |      Version:  1.0     
 Severity:  normal      |   Resolution:  fixed   
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by donncha):

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

Comment:

 A few things to consider:
 1. The two die() statements in wp-settings.php are executed before any
 plugins are loaded. That's the only reason we don't use graceful_fail()
 there.
 2. graceful_fail() is in mu-plugins/misc.php so it could be edited there.

 I've added a "function_exists()" call around the graceful_fail() in
 misc.php so if you create another file  in mu-plugins that's loaded before
 misc.php, call it 00misc.php then your graceful_fail() in the new file
 will be loaded first.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/229#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list