Skip to content

Commit

Permalink
docs: remove unnecessary mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Jun 6, 2024
1 parent 7fcb77f commit 679c279
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions admin/class-openedx-commerce-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
/**
* The admin-specific functionality of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -35,7 +34,6 @@
*
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/admin
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Admin {

Expand Down
1 change: 0 additions & 1 deletion admin/partials/openedx-commerce-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* This file is used to markup the admin-facing aspects of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-activator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Fired during plugin activation
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -19,7 +18,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Activator {

Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-deactivator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Fired during plugin deactivation
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -19,7 +18,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Deactivator {

Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Loads and defines the internationalization files for this plugin
* so that it is ready for translation.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -23,7 +22,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_I18n {

Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Register all actions and filters for the plugin
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -20,7 +19,6 @@
*
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Loader {

Expand Down
1 change: 0 additions & 1 deletion includes/class-openedx-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/

namespace OpenedX_Commerce;
Expand Down
2 changes: 0 additions & 2 deletions public/class-openedx-commerce-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* The public-facing functionality of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -19,7 +18,6 @@
*
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/public
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Public {

Expand Down
1 change: 0 additions & 1 deletion public/partials/openedx-commerce-public-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* This file is used to markup the public-facing aspects of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand Down
1 change: 0 additions & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* For more information, see the following discussion:
* https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand Down

0 comments on commit 679c279

Please sign in to comment.