docs: redeclare subpackages
This commit is contained in:
parent
8e57abae98
commit
a72558098b
18 changed files with 27 additions and 28 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/admin
|
||||
* @subpackage admin
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/admin
|
||||
* @subpackage admin_layout
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @since 2.8.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @since 2.8.0
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
class Footnotes_Activator {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @since 2.0.4 add Public Plugin name for dashboard heading
|
||||
*
|
||||
* @package footnotes
|
||||
* @sunpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @since 2.2.0 add lowercase Roman
|
||||
*
|
||||
* @package footnotes
|
||||
* @sunpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @since 2.8.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @since 2.8.0
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
class Footnotes_Deactivator {
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* @since 2.8.0 Renamed class to `Footnotes_i18n`.
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
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 2.8.0 Renamed class to `Footnotes_i18n`.
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
class Footnotes_i18n {
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @since 2.8.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -16,7 +16,7 @@
|
|||
* run function to execute the list of actions and filters.
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
class Footnotes_Loader {
|
||||
/**
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
* @since 2.1.3 Bugfix: Hooks: disable the_excerpt hook by default to fix issues, thanks to @nikelaos bug report.
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-footnotes-convert.php';
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @since 2.5.0 Adding: Templates: Enable template location stack, thanks to @misfist issue report and code contribution.
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* @since 1.5.0
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
* @since 1.5.0
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/includes
|
||||
* @subpackage includes
|
||||
*/
|
||||
class Footnotes {
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* @since 2.8.0 Rename class from `Footnotes_Task` to `Footnotes_Parser`.
|
||||
*
|
||||
* @package footnotes
|
||||
* @subpackage footnotes/public
|
||||
* @subpackage public
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -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';
|
||||
|
|
Reference in a new issue