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 * @since 2.8.0
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/admin * @subpackage admin
*/ */
/** /**
@ -15,7 +15,7 @@
* and JavaScript. * and JavaScript.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/admin * @subpackage admin
*/ */
class Footnotes_Admin { class Footnotes_Admin {

View file

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

View file

@ -2,16 +2,15 @@
/** /**
* Includes Layout Engine for the admin dashboard. * Includes Layout Engine for the admin dashboard.
* *
* @filesource
* @package footnotes
* @since 1.5.0 * @since 1.5.0
*
* @since 2.1.2 add versioning of settings.css for cache busting * @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 automate passing version number for cache busting
* @since 2.1.4 optional step argument and support for floating in numbox * @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.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. * @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'; require_once plugin_dir_path( dirname( __FILE__ ) ) . 'layout/class-footnotes-layout-init.php';

View file

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

View file

@ -5,7 +5,7 @@
* @since 2.8.0 * @since 2.8.0
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
/** /**
@ -15,7 +15,7 @@
* *
* @since 2.8.0 * @since 2.8.0
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
class Footnotes_Activator { class Footnotes_Activator {

View file

@ -6,7 +6,7 @@
* @since 2.0.4 add Public Plugin name for dashboard heading * @since 2.0.4 add Public Plugin name for dashboard heading
* *
* @package footnotes * @package footnotes
* @sunpackage footnotes/includes * @subpackage includes
*/ */
/** /**

View file

@ -6,7 +6,7 @@
* @since 2.2.0 add lowercase Roman * @since 2.2.0 add lowercase Roman
* *
* @package footnotes * @package footnotes
* @sunpackage footnotes/includes * @subpackage includes
*/ */
/** /**

View file

@ -5,7 +5,7 @@
* @since 2.8.0 * @since 2.8.0
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
/** /**
@ -15,7 +15,7 @@
* *
* @since 2.8.0 * @since 2.8.0
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
class Footnotes_Deactivator { class Footnotes_Deactivator {

View file

@ -9,7 +9,7 @@
* @since 2.8.0 Renamed class to `Footnotes_i18n`. * @since 2.8.0 Renamed class to `Footnotes_i18n`.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-footnotes-config.php'; require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-footnotes-config.php';
@ -23,7 +23,7 @@ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-footnotes-
* @since 1.5.0 * @since 1.5.0
* @since 2.8.0 Renamed class to `Footnotes_i18n`. * @since 2.8.0 Renamed class to `Footnotes_i18n`.
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
class Footnotes_i18n { class Footnotes_i18n {

View file

@ -5,7 +5,7 @@
* @since 2.8.0 * @since 2.8.0
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
/** /**
@ -16,7 +16,7 @@
* run function to execute the list of actions and filters. * run function to execute the list of actions and filters.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
class Footnotes_Loader { class Footnotes_Loader {
/** /**

View file

@ -11,7 +11,7 @@
* @since 2.1.3 Bugfix: Hooks: disable the_excerpt hook by default to fix issues, thanks to @nikelaos bug report. * @since 2.1.3 Bugfix: Hooks: disable the_excerpt hook by default to fix issues, thanks to @nikelaos bug report.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-footnotes-convert.php'; require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-footnotes-convert.php';

View file

@ -7,7 +7,7 @@
* @since 2.5.0 Adding: Templates: Enable template location stack, thanks to @misfist issue report and code contribution. * @since 2.5.0 Adding: Templates: Enable template location stack, thanks to @misfist issue report and code contribution.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
/** /**

View file

@ -8,7 +8,7 @@
* @since 1.5.0 * @since 1.5.0
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
/** /**
@ -22,7 +22,7 @@
* *
* @since 1.5.0 * @since 1.5.0
* @package footnotes * @package footnotes
* @subpackage footnotes/includes * @subpackage includes
*/ */
class Footnotes { class Footnotes {
/** /**

View file

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

View file

@ -5,7 +5,7 @@
* @since 2.8.0 * @since 2.8.0
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/public * @subpackage public
*/ */
/** /**
@ -15,7 +15,7 @@
* and JavaScript. * and JavaScript.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/public * @subpackage public
*/ */
class Footnotes_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. * @since 1.6.4 Update: replace deprecated function WP_Widget() with recommended __construct(), thanks to @dartiss code contribution.
* *
* @package footnotes * @package footnotes
* @subpackage footnotes/public/widget * @subpackage public_widget
*/ */
/** /**

View file

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