wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
216 stars 216 forks source link

WordPress Plugin Management Select All Checkbox Broken by Sputnik. #2275

Closed JeffPyeBrook closed 7 years ago

JeffPyeBrook commented 7 years ago

It appears that the select all checkbox on the WordPress admin screen can be broken by something the marketplace" module is doing. Have seen this issue on two sites already.

Commenting out the include (shown below) of the module makes the issue go away.

//add_action( 'wpsc_includes', 'wpsc_beta_marketplace_bootstrap', 12 );

function wpsc_beta_marketplace_bootstrap() {
    if ( ! class_exists( 'Sputnik' ) ) {
        require_once( dirname( __FILE__ ) . '/library/Sputnik.php' );
        Sputnik::$path = dirname( __FILE__ );
        Sputnik::bootstrap();
    }
}
mihaijoldis commented 7 years ago

Yep we know about it. We got a fix https://github.com/wp-e-commerce/WP-e-Commerce/issues/2209 Gonna have a 3.12.0 release in a few days.