function user_image_style_delete

user_image_style_delete($style)

Implements hook_image_style_delete().

File

modules/user/user.module, line 3705
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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!user!user.module/function/user_image_style_delete/7.x