scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 3.4
[autoinstalls/wordpress.git]
/
wp-admin
/
async-upload.php
diff --git
a/wp-admin/async-upload.php
b/wp-admin/async-upload.php
index 1bd267fa52b81c5585d4a945e48c29eba61ea5d1..e9d59e2258168c68e1e08719d7f8748c884960d9 100644
(file)
--- a/
wp-admin/async-upload.php
+++ b/
wp-admin/async-upload.php
@@
-66,5
+66,3
@@
if ( $_REQUEST['short'] ) {
$type = $_REQUEST['type'];
echo apply_filters("async_upload_{$type}", $id);
}
$type = $_REQUEST['type'];
echo apply_filters("async_upload_{$type}", $id);
}
-
-?>