Changeset 12789 for trunk/wp-admin/includes/plugin.php
- Timestamp:
- 01/21/2010 09:37:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r12752 r12789 437 437 438 438 if ( is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code() ) 439 return new WP_Error('fs_error', __('Filesystem error '), $wp_filesystem->errors);439 return new WP_Error('fs_error', __('Filesystem error.'), $wp_filesystem->errors); 440 440 441 441 //Get the base plugin folder … … 465 465 466 466 if ( ! empty($errors) ) 467 return new WP_Error('could_not_remove_plugin', sprintf(__('Could not fully remove the plugin(s) %s '), implode(', ', $errors)) );467 return new WP_Error('could_not_remove_plugin', sprintf(__('Could not fully remove the plugin(s) %s.'), implode(', ', $errors)) ); 468 468 469 469 // Force refresh of plugin update information
Note: See TracChangeset
for help on using the changeset viewer.