From 5e98b20e846b7d6cd05a1a7d93275ba4c0467ebc Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 3 Oct 2015 01:32:24 +0000 Subject: [PATCH] Adjust `_default_wp_die_handler()` formatting so it doesn't confuse Sublime Text's parsing and syntax highlighting. Fixes #34135 Built from https://develop.svn.wordpress.org/trunk@34793 git-svn-id: http://core.svn.wordpress.org/trunk@34758 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 8 +++++--- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 6a5695adb4..a643d7ccb3 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2587,9 +2587,11 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); } - - body { font-family: Tahoma, Arial; } - + diff --git a/wp-includes/version.php b/wp-includes/version.php index b2583a8af6..1dd219b8bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34792'; +$wp_version = '4.4-alpha-34793'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.