PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 2.6.1
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v2.6.1
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
← All changes | app/src/Middleware/EditModelMiddleware.php +1 -1 4.6.22.6.1 View file →
@@ -24,9 +24,9 @@
24 24 wp_die( __( 'Your session expired - please try again.', 'surecart' ) );
25 25 }
26 26
27 27 if ( ! current_user_can( "edit_sc_{$model_name}s" ) ) {
28 - wp_die( __( 'You do not have permission to do this.', 'surecart' ) );
28 + wp_die( __( 'You do not have permission do this.', 'surecart' ) );
29 29 }
30 30
31 31 return $next( $request );
32 32 }