Changeset 7773
- Timestamp:
- 04/22/2008 09:23:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/script-loader.php
r7711 r7773 92 92 $this->localize( 'swfupload-handlers', 'swfuploadL10n', array( 93 93 'queue_limit_exceeded' => __('You have attempted to queue too many files.'), 94 'file_exceeds_size_limit' => sprintf(__('This file is too big. Your php.ini upload_max_filesize is %s.'), ini_get('upload_max_filesize')),94 'file_exceeds_size_limit' => sprintf(__('This file is too big. Your php.ini upload_max_filesize is %s.'), @ini_get('upload_max_filesize')), 95 95 'zero_byte_file' => __('This file is empty. Please try another.'), 96 96 'invalid_filetype' => __('This file type is not allowed. Please try another.'),
Note: See TracChangeset
for help on using the changeset viewer.