mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@19054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2826,10 +2826,10 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
|
||||
nocache_headers();
|
||||
header( 'Content-Type: text/html; charset=utf-8' );
|
||||
}
|
||||
|
||||
|
||||
if ( empty($title) )
|
||||
$title = $have_gettext ? __('WordPress › Error') : 'WordPress › Error';
|
||||
|
||||
|
||||
$text_direction = 'ltr';
|
||||
if ( isset($r['text_direction']) && 'rtl' == $r['text_direction'] )
|
||||
$text_direction = 'rtl';
|
||||
|
||||
Reference in New Issue
Block a user