Changeset 4182

Show
Ignore:
Timestamp:
09/11/06 02:19:15 (2 years ago)
Author:
matt
Message:

Bring back missing filter for wp_create_thumbnail

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-functions.php

    r4176 r4182  
    939939        return $error; 
    940940    } else { 
     941        apply_filters( 'wp_create_thumbnail', $thumbpath ); 
    941942        return $thumbpath; 
    942943    }