Remove unused variables. Props DD32. see #5418

git-svn-id: https://develop.svn.wordpress.org/trunk@6363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-12-06 06:37:30 +00:00
parent e4d0687233
commit 029a74ca44
10 changed files with 13 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
* This function can handle most image file formats which PHP supports.
* If PHP does not have the functionality to save in a file of the same format, the thumbnail will be created as a jpeg.
*/
function wp_create_thumbnail( $file, $max_side, $depreciated = '' ) {
function wp_create_thumbnail( $file, $max_side, $deprecated = '' ) {
if ( ctype_digit( $file ) ) // Handle int as attachment ID
$file = get_attached_file( $file );