Changeset 2758
- Timestamp:
- 08/07/05 10:30:53 (3 years ago)
- Files:
-
- trunk/wp-content/plugins/hello.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/plugins/hello.php
r2060 r2758 3 3 Plugin Name: Hello Dolly 4 4 Plugin URI: http://wordpress.org/# 5 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. This is, by the way, the world's first official WordPress plugin. When enabled you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.5 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. 6 6 Author: Matt Mullenweg 7 Version: 1. 07 Version: 1.5 8 8 Author URI: http://photomatt.net/ 9 9 */ … … 59 59 #dolly { 60 60 position: absolute; 61 top: 5px;61 top: 2.3em; 62 62 margin: 0; padding: 0; 63 right: 3em;64 font-size: 20px;65 color: # 666;63 right: 1em; 64 font-size: 16px; 65 color: #f1f1f1; 66 66 } 67 67 </style>
