Files
wordpress/wp-admin/includes
Scott Taylor ee97a47c61 In _wp_handle_upload(), if test_upload is set to false in the array of dangerous overrides that the function allows, the only thing that happens when an upload fails is more potential breakage.
`$test_uploaded_file` lets is know if `$file['tmp_name']` exists, which allows to exit with an error, instead of continuing to attempt to move the file.

`$test_upload` override is now a noop.

Fixes #28208.

Built from https://develop.svn.wordpress.org/trunk@30076


git-svn-id: http://core.svn.wordpress.org/trunk@30076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-10-28 21:17:22 +00:00
..
2014-09-04 15:23:16 +00:00
2014-09-04 15:23:16 +00:00
2014-09-04 15:23:16 +00:00
2014-05-22 07:59:16 +00:00
2014-10-20 21:35:18 +00:00