diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 03c6126d5b..dfbb0bcfe6 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -2753,8 +2753,6 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { $text_direction = 'rtl'; ?> - >
diff --git a/wp-includes/version.php b/wp-includes/version.php index d8498ca26c..f3b1131a8e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41368'; +$wp_version = '4.9-alpha-41369'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.