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

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

View file

@ -5,7 +5,7 @@
* @since 1.5.0
*
* @package footnotes
* @subpackage footnotes/admin
* @subpackage admin
*/
/**

View file

@ -2,16 +2,15 @@
/**
* Includes Layout Engine for the admin dashboard.
*
* @filesource
* @package footnotes
* @since 1.5.0
*
* @since 2.1.2 add versioning of settings.css for cache busting
* @since 2.1.4 automate passing version number for cache busting
* @since 2.1.4 optional step argument and support for floating in numbox
* @since 2.1.6 fix punctuation-related localization issue in dashboard labels
*
* @since 2.5.5 Bugfix: Stylesheets: minify to shrink the carbon footprint, increase speed and implement best practice, thanks to @docteurfitness issue report.
*
* @package footnotes
* @subpackage admin_layout
*/
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'layout/class-footnotes-layout-init.php';

View file

@ -5,7 +5,7 @@
* @since 1.5.0
*
* @package footnotes
* @subpackage footnotes/admin
* @subpackage admin_layout
*/
/**

View file

@ -38,7 +38,7 @@
* @link https://wordpress.org/support/topic/warning-unbalanced-footnote-start-tag-short-code-before/
*
* @package footnotes
* @subpackage footnotes/admin/layout
* @subpackage admin_layout
*/
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'layout/class-footnotes-layout-engine.php';