From 14ef0dde3a5e28bf77a54a50a24da5b430d300e4 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Sun, 16 Dec 2018 04:51:42 +0000 Subject: [PATCH] Hello Dolly: Hide the lyrics in the block editor. I'm sorry, Hello Dolly. You're my favorite 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. Merges [43900] to trunk. Props joen. See #45345. git-svn-id: https://develop.svn.wordpress.org/trunk@44229 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/plugins/hello.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/wp-content/plugins/hello.php b/src/wp-content/plugins/hello.php index 34e3b68c78..189653b132 100644 --- a/src/wp-content/plugins/hello.php +++ b/src/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; + } "; }