Skip to content

Commit

Permalink
Multisite Global Store-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dernerd committed Jun 15, 2024
1 parent f119fc7 commit ac34062
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions marketpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
/**
* @@@@@@@@@@@@@@@@@ ENDE PS UPDATER 1.3 @@@@@@@@@@@
**/

define( 'MP_VERSION', '3.2.7' );

/**
Expand Down Expand Up @@ -481,11 +480,7 @@ function load_widgets() {
* @return string
*/
function mp_get_plugin_slug() {
if ( file_exists( dirname( __FILE__ ) . '/includes/admin/dash-notice/wpmudev-dash-notification.php' ) ) {
return 'marketpress/marketpress.php';
} else {
return 'wordpress-ecommerce/marketpress.php';
}
return 'marketpress/marketpress.php';
}
}

Expand Down

0 comments on commit ac34062

Please sign in to comment.