Ticket #38918: 38918.diff
File 38918.diff, 625 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/plugin.php
893 893 set_site_transient( 'update_plugins', $current ); 894 894 } 895 895 896 if ( ! empty( $errors) )897 return new WP_Error('could_not_remove_plugin', sprintf( __('Could not fully remove the plugin(s) %s.'), implode(', ', $errors)) );896 if ( ! empty( $errors ) ) 897 return new WP_Error('could_not_remove_plugin', sprintf( __( 'Could not fully remove the plugin: %s.' ), implode( ', ', $errors ) ) ); 898 898 899 899 return true; 900 900 }