Bring back missing filter for wp_create_thumbnail

git-svn-id: http://svn.automattic.com/wordpress/trunk@4182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-09-11 02:19:15 +00:00
parent adb2e50e8d
commit 0957f9a061
1 changed files with 1 additions and 0 deletions

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;
}
}