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.