Changeset 45970 for branches/3.7/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 09/04/2019 04:49:34 PM (7 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 45936
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/ajax-actions.php
r44857 r45970 1676 1676 'data' => array( 1677 1677 'message' => __( 'The uploaded file is not a valid image. Please try again.' ), 1678 'filename' => $_FILES['async-upload']['name'],1678 'filename' => esc_html( $_FILES['async-upload']['name'] ), 1679 1679 ) 1680 1680 ) ); … … 1691 1691 'data' => array( 1692 1692 'message' => $attachment_id->get_error_message(), 1693 'filename' => $_FILES['async-upload']['name'],1693 'filename' => esc_html( $_FILES['async-upload']['name'] ), 1694 1694 ) 1695 1695 ) );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)