docs: redeclare subpackages

This commit is contained in:
Ben Goldsworthy 2021-04-27 10:04:13 +01:00
parent 8e57abae98
commit a72558098b
18 changed files with 27 additions and 28 deletions

View file

@ -8,7 +8,7 @@
* @since 2.8.0 Rename class from `Footnotes_Task` to `Footnotes_Parser`.
*
* @package footnotes
* @subpackage footnotes/public
* @subpackage public
*/
/**

View file

@ -5,7 +5,7 @@
* @since 2.8.0
*
* @package footnotes
* @subpackage footnotes/public
* @subpackage public
*/
/**
@ -15,7 +15,7 @@
* and JavaScript.
*
* @package footnotes
* @subpackage footnotes/public
* @subpackage public
*/
class Footnotes_Public {

View file

@ -6,7 +6,7 @@
* @since 1.6.4 Update: replace deprecated function WP_Widget() with recommended __construct(), thanks to @dartiss code contribution.
*
* @package footnotes
* @subpackage footnotes/public/widget
* @subpackage public_widget
*/
/**

View file

@ -5,7 +5,7 @@
* @since 1.5.0
*
* @package footnotes
* @subpackage footnotes/public/widget
* @subpackage public_widget
*/
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'widget/class-footnotes-widget-base.php';