docs: update docblocks

This commit is contained in:
Ben Goldsworthy 2021-04-27 08:31:37 +01:00
parent 332f4b8284
commit 100a815cd5
11 changed files with 64 additions and 67 deletions

View file

@ -2,11 +2,11 @@
/**
* Widget base.
*
* @filesource
* @package footnotes
* @since 1.5.0
*
* @since 1.6.4 Update: replace deprecated function WP_Widget() with recommended __construct(), thanks to @dartiss code contribution.
*
* @package footnotes
* @subpackage footnotes/public/widget
*/
/**

View file

@ -2,12 +2,13 @@
/**
* Includes the Plugin Widget to put the Reference Container to the Widget area.
*
* @filesource
* @package footnotes
* @since 1.5.0
*
* @package footnotes
* @subpackage footnotes/public/widget
*/
require_once dirname( __FILE__ ) . '/class-footnotes-widget-base.php';
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'widget/class-footnotes-widget-base.php';
/**
* Registers a Widget to put the Reference Container to the widget area.