From ac340628bc44ff8eb5d900a022fc9b7d11a2576f Mon Sep 17 00:00:00 2001 From: Dernerd Date: Sat, 15 Jun 2024 13:28:22 +0200 Subject: [PATCH] Multisite Global Store-Fix --- marketpress.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/marketpress.php b/marketpress.php index a8a4fc3..296910a 100644 --- a/marketpress.php +++ b/marketpress.php @@ -48,7 +48,6 @@ /** * @@@@@@@@@@@@@@@@@ ENDE PS UPDATER 1.3 @@@@@@@@@@@ **/ - define( 'MP_VERSION', '3.2.7' ); /** @@ -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'; } }