Changeset 1461

Show
Ignore:
Timestamp:
09/01/08 09:33:16 (3 months ago)
Author:
donncha
Message:

Allow graceful_fail message to be filtered, props jamescollins, fixes #705

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wpmu-functions.php

    r1445 r1461  
    16241624if ( !function_exists('graceful_fail') ) : 
    16251625function graceful_fail( $message ) { 
     1626        $message = apply_filters('graceful_fail', $message); 
    16261627        die(' 
    16271628<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">