diff --git a/wp-includes/functions.php b/wp-includes/functions.php index c9f817011a..5dfbf58697 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3177,7 +3177,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { display: inline-block; text-decoration: none; font-size: 13px; - line-height: 26px; + line-height: 2; height: 28px; margin: 0; padding: 0 10px 1px; @@ -3197,7 +3197,7 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) { .button.button-large { height: 30px; - line-height: 28px; + line-height: 2.15384615; padding: 0 12px 2px; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 392f49f023..4440414aed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45472'; +$wp_version = '5.3-alpha-45473'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.