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. Built from https://develop.svn.wordpress.org/trunk@44229 git-svn-id: http://core.svn.wordpress.org/trunk@44059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
be0b403077
commit
147ce45d29
|
@ -1,14 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* @package Hello_Dolly
|
||||
* @version 1.7
|
||||
* @version 1.7.1
|
||||
*/
|
||||
/*
|
||||
Plugin Name: Hello Dolly
|
||||
Plugin URI: http://wordpress.org/plugins/hello-dolly/
|
||||
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> 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;
|
||||
}
|
||||
</style>
|
||||
";
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue