Changeset 7773
- Timestamp:
- 04/22/08 21:23:57 (7 months ago)
- Files:
-
- branches/2.5/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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.'),
