mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Initial plugin funcitonality checkin. Not done yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1008 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
13
wp-content/plugins/hello.php
Normal file
13
wp-content/plugins/hello.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Hello Dolly
|
||||
Plugin URI: http://wordpress.org/#
|
||||
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. Wish it did something useful.
|
||||
Author: Matt Mullenweg
|
||||
Author URI: http://photomatt.net
|
||||
*/
|
||||
|
||||
function hello_dolly() {
|
||||
echo "It's me, Dolly.";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user