Changeset 12794
- Timestamp:
- 08/02/2023 08:12:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r12793 r12794 66 66 67 67 // Validate the maximum upload size. 68 if ( $_FILE s['zip_file']['size'] > wp_max_upload_size() ) {68 if ( $_FILES['zip_file']['size'] > wp_max_upload_size() ) { 69 69 return new \WP_Error( 'error_upload', __( 'Error in file upload.', 'wporg-plugins' ) ); 70 70 }
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)