diff --git src/wp-content/plugins/hello.php src/wp-content/plugins/hello.php
index 34e3b68c78..189653b132 100644
|
|
|
|
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package Hello_Dolly |
| 4 | | * @version 1.7 |
| | 4 | * @version 1.7.1 |
| 5 | 5 | */ |
| 6 | 6 | /* |
| 7 | 7 | Plugin Name: Hello Dolly |
| 8 | 8 | Plugin URI: http://wordpress.org/plugins/hello-dolly/ |
| 9 | 9 | 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. |
| 10 | 10 | Author: Matt Mullenweg |
| 11 | | Version: 1.7 |
| | 11 | Version: 1.7.1 |
| 12 | 12 | Author URI: http://ma.tt/ |
| 13 | 13 | */ |
| 14 | 14 | |
| … |
… |
function dolly_css() {
|
| 72 | 72 | margin: 0; |
| 73 | 73 | font-size: 11px; |
| 74 | 74 | } |
| | 75 | .block-editor-page #dolly { |
| | 76 | display: none; |
| | 77 | } |
| 75 | 78 | </style> |
| 76 | 79 | "; |
| 77 | 80 | } |