mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
026515da85
http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/ Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
16 lines
209 B
PHP
16 lines
209 B
PHP
<?php
|
|
|
|
/**
|
|
* Short Description (no period for file headers)
|
|
*
|
|
* Long Description.
|
|
*
|
|
* @link URL
|
|
* @since x.x.x (if available)
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Component
|
|
*/
|
|
class Plugin_Name {
|
|
|
|
}
|