1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-09 23:02:08 +03:00

Merge pull request #200 from grappler/duplicate-doc

Remove duplicate documentation
This commit is contained in:
Tom McFarlin 2014-07-30 16:14:36 -04:00
commit 0eb25eefba
2 changed files with 5 additions and 21 deletions

View file

@ -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. -->

View file

@ -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. -->