phpdoc for hello dolly. See #7550 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@9001 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a8d7ff1742
commit
da18c9c215
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Hello_Dolly
|
||||
*/
|
||||
/*
|
||||
Plugin Name: Hello Dolly
|
||||
Plugin URI: http://wordpress.org/#
|
||||
@ -8,7 +11,7 @@ Version: 1.5
|
||||
Author URI: http://ma.tt/
|
||||
*/
|
||||
|
||||
// These are the lyrics to Hello Dolly
|
||||
/** These are the lyrics to Hello Dolly */
|
||||
$lyrics = "Hello, Dolly
|
||||
Well, hello, Dolly
|
||||
It's so nice to have you back where you belong
|
||||
|
Loading…
Reference in New Issue
Block a user