Changeset 3035
- Timestamp:
- 04/28/2016 05:45:32 PM (9 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
r3034 r3035 299 299 */ 300 300 public function save_zip_file( $post_id ) { 301 302 // Upload folders are already year/month based. A second-based prefix should be specific enough. 301 303 $_FILES['zip_file']['name'] = date( 'd_H-i-s' ) . '_' . $_FILES['zip_file']['name']; 302 304
Note: See TracChangeset
for help on using the changeset viewer.