mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02: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:
parent
35650c1b7b
commit
96f957d6e9
2 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue