Make WordPress Core

Ticket #12089: testplug.php

File testplug.php, 391 bytes (added by miqrogroove, 15 years ago)

For anyone who's curious, this plugin caused a deactivation failure.

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
17echo 'Hello World!';
18?>