1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 09:23:15 +03:00

Updating doc block

* class-plugin-name now includes different file and class documentation
* changing a URL to an example URL
This commit is contained in:
Tom McFarlin 2014-08-01 17:06:09 -04:00
parent 35650c1b7b
commit 96f957d6e9
2 changed files with 4 additions and 7 deletions

View file

@ -1,13 +1,10 @@
<?php
/**
* The core plugin class
* The file that defines the core plugin class
*
* This is used to define internationalization, dashboard-specific hooks, and
* public-facing site hooks.
*
* Also maintains the unique identifier of this plugin as well as the current
* version of the plugin.
* A class definition that includes attributes and functions used across both the
* public-facing side of the site and the dashboard.
*
* @link http://example.com
* @since 1.0.0

View file

@ -8,7 +8,7 @@
* registers the activation and deactivation functions, and defines a function
* this starts the plugin.
*
* @link URL
* @link http://example.com
* @since 1.0.0
* @package Plugin_Name
*