<?php
/**
 * Plugin Name: WordPress Bug 12089
 *
 * Description: For Testing Stuff!
 *
 * This plugin does not make any permanent changes.
 *
 * Plugin URI: http://blogyul.miqrogroove.com/about/
 * Author URI: http://www.miqrogroove.com/
 *
 * @author: Robert Chapin (miqrogroove)
 * @version: 1.0
 * @copyright Copyright © 2010 by Robert Chapin
 */

echo 'Hello World!';
?>