From 40d4037fa69ca3d49dbaa3fddd67c0c458756441 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 20 Aug 2019 19:12:50 +0000 Subject: [PATCH] Twenty Seventeen: Fix tabs vs. spaces in [45764]. See #47414. Built from https://develop.svn.wordpress.org/trunk@45863 git-svn-id: http://core.svn.wordpress.org/trunk@45674 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/assets/css/editor-blocks.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 51e6511310..361e5b6b23 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -727,7 +727,7 @@ table.wp-block-table td:last-child { } .wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] { - height: auto; + height: auto; } .wp-block-button__link { diff --git a/wp-includes/version.php b/wp-includes/version.php index 387663dd54..06e98a6dd2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45862'; +$wp_version = '5.3-alpha-45863'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.