Ticket #30120: 30120.patch
File 30120.patch, 930 bytes (added by , 6 years ago) |
---|
-
wp-content/plugins/hello.php
1 1 <?php 2 2 /** 3 3 * @package Hello_Dolly 4 * @version 1. 64 * @version 1.7 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. 611 Version: 1.7 12 12 Author URI: http://ma.tt/ 13 Text Domain: hello-dolly 13 14 */ 14 15 15 16 function hello_dolly_get_lyric() { … … 78 79 } 79 80 80 81 add_action( 'admin_head', 'dolly_css' ); 81 82 ?>