Ticket #6589: wpDieFilter.patch
File wpDieFilter.patch, 500 bytes (added by , 17 years ago) |
---|
-
wp-includes/functions.php
1396 1396 else 1397 1397 $title = 'WordPress › Error'; 1398 1398 } 1399 if (function_exists("apply_filters")){ 1400 $message=apply_filters("wp_die",$message, $title); 1401 } 1399 1402 1400 1403 ?> 1401 1404 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">