diff --git a/src/wp-content/plugins/hello.php b/src/wp-content/plugins/hello.php index 5db558fdb3..4ceb829117 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; + } "; }