function user_image_style_delete in Drupal 7
Implements hook_image_style_delete().
File
- modules/
user/ user.module, line 3729 - Enables the user registration and login system.
Code
function user_image_style_delete($style) {
// If a style is deleted, update the variables.
// Administrators choose a replacement style when deleting.
user_image_style_save($style);
}