function image_image_style_update

Implements hook_image_style_update().

File

drupal/core/modules/image/image.module, line 592
Exposes global functionality for creating image styles.

Code

function image_image_style_update($style) {

  // Flush cached media for the style.
  image_style_flush($style);
}