diff --git a/wp-content/plugins/hello.php b/wp-content/plugins/hello.php index 34e3b68c78..189653b132 100644 --- a/wp-content/plugins/hello.php +++ b/wp-content/plugins/hello.php @@ -1,14 +1,14 @@ Hello, Dolly in the upper right of your admin screen on every page. Author: Matt Mullenweg -Version: 1.7 +Version: 1.7.1 Author URI: http://ma.tt/ */ @@ -72,6 +72,9 @@ function dolly_css() { margin: 0; font-size: 11px; } + .block-editor-page #dolly { + display: none; + } "; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 216802b88f..74ea3d30cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44228'; +$wp_version = '5.1-alpha-44229'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.