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'; } }