1
0
mirror of https://github.com/fspc/water-the-theme.git synced 2025-03-12 07:13:22 -04:00
water-the-theme/includes/class-water-the-theme-activator.php
Jonathan Rosenbaum e15da1c9da New plugin to style data from usgs/nws custom shortcode in usgs-river-data.
WordPress Plugin BoilerPlate is awesome.
2016-09-24 03:55:27 +00:00

37 lines
638 B
PHP

<?php
/**
* Fired during plugin activation
*
* @link http://freesoftwarepc.com
* @since 1.0.0
*
* @package Water_The_Theme
* @subpackage Water_The_Theme/includes
*/
/**
* Fired during plugin activation.
*
* This class defines all code necessary to run during the plugin's activation.
*
* @since 1.0.0
* @package Water_The_Theme
* @subpackage Water_The_Theme/includes
* @author Jonathan Rosenbaum <gnuser@gmail.com>
*/
class Water_The_Theme_Activator {
/**
* Short Description. (use period)
*
* Long Description.
*
* @since 1.0.0
*/
public static function activate() {
}
}