Changeset 10983
- Timestamp:
- 08/02/2016 01:49:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-attachment.php
r10502 r10983 60 60 * as soon as all the test_form have been executed in _wp_handle_upload 61 61 */ 62 public function upload_error_handler( &$file, $message ) {62 public function upload_error_handler( $file, $message ) { 63 63 if ( 'fake_upload_success' !== $message ) { 64 64 return array( 'error' => $message );
Note: See TracChangeset
for help on using the changeset viewer.