forked from openedx/openedx-wordpress-ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update the github urls and remove unnecessary mentions (openedx#78
- Loading branch information
Showing
13 changed files
with
64 additions
and
80 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
/** | ||
* The admin-specific functionality of the plugin. | ||
* | ||
* @link https://edunext.co/ | ||
* @since 1.0.0 | ||
* | ||
* @package Openedx_Commerce | ||
|
@@ -35,7 +34,6 @@ | |
* | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/admin | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
class Openedx_Commerce_Admin { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
/** | ||
* Fired during plugin activation | ||
* | ||
* @link https://edunext.co/ | ||
* @since 1.0.0 | ||
* | ||
* @package Openedx_Commerce | ||
|
@@ -19,7 +18,6 @@ | |
* @since 1.0.0 | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/includes | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
class Openedx_Commerce_Activator { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
/** | ||
* Fired during plugin deactivation | ||
* | ||
* @link https://edunext.co/ | ||
* @since 1.0.0 | ||
* | ||
* @package Openedx_Commerce | ||
|
@@ -19,7 +18,6 @@ | |
* @since 1.0.0 | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/includes | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
class Openedx_Commerce_Deactivator { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -23,7 +22,6 @@ | |
* @since 1.0.0 | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/includes | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
class Openedx_Commerce_I18n { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
/** | ||
* Register all actions and filters for the plugin | ||
* | ||
* @link https://edunext.co/ | ||
* @since 1.0.0 | ||
* | ||
* @package Openedx_Commerce | ||
|
@@ -20,7 +19,6 @@ | |
* | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/includes | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
class Openedx_Commerce_Loader { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
* @since 1.0.0 | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/includes | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
|
||
namespace OpenedX_Commerce; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
/** | ||
* The public-facing functionality of the plugin. | ||
* | ||
* @link https://edunext.co/ | ||
* @since 1.0.0 | ||
* | ||
* @package Openedx_Commerce | ||
|
@@ -19,7 +18,6 @@ | |
* | ||
* @package Openedx_Commerce | ||
* @subpackage Openedx_Commerce/public | ||
* @author eduNEXT <[email protected]> | ||
*/ | ||
class Openedx_Commerce_Public { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters