Ticket #12089: testplug.php
File testplug.php, 391 bytes (added by , 15 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | /** |
3 | * Plugin Name: WordPress Bug 12089 |
4 | * |
5 | * Description: For Testing Stuff! |
6 | * |
7 | * This plugin does not make any permanent changes. |
8 | * |
9 | * Plugin URI: http://blogyul.miqrogroove.com/about/ |
10 | * Author URI: http://www.miqrogroove.com/ |
11 | * |
12 | * @author: Robert Chapin (miqrogroove) |
13 | * @version: 1.0 |
14 | * @copyright Copyright © 2010 by Robert Chapin |
15 | */ |
16 | |
17 | echo 'Hello World!'; |
18 | ?> |