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/includes
* @subpackage includes
*/
/**
@ -15,7 +15,7 @@
*
* @since 2.8.0
* @package footnotes
* @subpackage footnotes/includes
* @subpackage includes
*/
class Footnotes_Activator {

View file

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

View file

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

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {
/**

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.
*
* @package footnotes
* @subpackage footnotes/includes
* @subpackage includes
*/
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.
*
* @package footnotes
* @subpackage footnotes/includes
* @subpackage includes
*/
/**

View file

@ -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 {
/**