Make WordPress Core

Changeset 43900


Ignore:
Timestamp:
11/15/2018 11:37:31 PM (6 years ago)
Author:
pento
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-content/plugins/hello.php

    r42840 r43900  
    22/**
    33 * @package Hello_Dolly
    4  * @version 1.7
     4 * @version 1.7.1
    55 */
    66/*
     
    99Description: 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.
    1010Author: Matt Mullenweg
    11 Version: 1.7
     11Version: 1.7.1
    1212Author URI: http://ma.tt/
    1313*/
     
    7373        font-size: 11px;
    7474    }
     75    .block-editor-page #dolly {
     76        display: none;
     77    }
    7578    </style>
    7679    ";
Note: See TracChangeset for help on using the changeset viewer.