From 1f13d6144d79137d5c4deba1323865f2f9da370e Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 15 Nov 2018 23:38:48 +0000 Subject: [PATCH] Hello Dolly: Hide the lyrics in the block editor. I'm sorry, Hello Dolly. You're my favourite plugin, but the way you output your lyrics doesn't play nicely with the block editor, particuarly on mobile devices. This isn't Farewell Dolly, you're still on every other admin page, and I know you'll come back better and stronger. Props joen. See #45345. Built from https://develop.svn.wordpress.org/branches/5.0@43900 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43732 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/plugins/hello.php | 7 +++++-- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wp-content/plugins/hello.php b/wp-content/plugins/hello.php index 5db558fdb3..4ceb829117 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 134d56fcf9..a9e396b105 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-beta4-43899'; +$wp_version = '5.0-beta4-43900'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.