mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Merge pull request #200 from grappler/duplicate-doc
Remove duplicate documentation
This commit is contained in:
commit
0eb25eefba
2 changed files with 5 additions and 21 deletions
|
@ -3,22 +3,14 @@
|
||||||
/**
|
/**
|
||||||
* Provide a dashboard view for the plugin
|
* Provide a dashboard view for the plugin
|
||||||
*
|
*
|
||||||
|
* This file is used to markup the public-facing aspects of the plugin.
|
||||||
|
*
|
||||||
* @link http://example.com
|
* @link http://example.com
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @package Plugin_Name
|
* @package Plugin_Name
|
||||||
* @subpackage Plugin_Name/admin/partials
|
* @subpackage Plugin_Name/admin/partials
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* Provide a dashboard view for the plugin.
|
|
||||||
*
|
|
||||||
* This file is used to markup the public-facing aspects of the plugin.
|
|
||||||
*
|
|
||||||
* @package Plugin_Name
|
|
||||||
* @subpackage Plugin_Name/admin/partials
|
|
||||||
* @author Your Name <email@example.com>
|
|
||||||
*/
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|
||||||
|
|
|
@ -3,22 +3,14 @@
|
||||||
/**
|
/**
|
||||||
* Provide a public-facing view for the plugin
|
* Provide a public-facing view for the plugin
|
||||||
*
|
*
|
||||||
|
* This file is used to markup the public-facing aspects of the plugin.
|
||||||
|
*
|
||||||
* @link http://example.com
|
* @link http://example.com
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @package Plugin_Name
|
* @package Plugin_Name
|
||||||
* @subpackage Plugin_Name/public/partials
|
* @subpackage Plugin_Name/public/partials
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* Provide a public-facing view for the plugin.
|
|
||||||
*
|
|
||||||
* This file is used to markup the public-facing aspects of the plugin.
|
|
||||||
*
|
|
||||||
* @package Plugin_Name
|
|
||||||
* @subpackage Plugin_Name/public/partials
|
|
||||||
* @author Your Name <email@example.com>
|
|
||||||
*/
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|
<!-- This file should primarily consist of HTML with a little bit of PHP. -->
|
||||||
|
|
Loading…
Reference in a new issue