Bring back missing filter for wp_create_thumbnail

git-svn-id: https://develop.svn.wordpress.org/trunk@4182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2006-09-11 02:19:15 +00:00
parent 5ec32c8eee
commit 8a3b227fb9

View File

@ -938,6 +938,7 @@ function wp_create_thumbnail($file, $max_side, $effect = '') {
if (!empty ($error)) {
return $error;
} else {
apply_filters( 'wp_create_thumbnail', $thumbpath );
return $thumbpath;
}
}