Changeset 14682 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/15/2010 11:57:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r14673 r14682 204 204 $scripts->localize( 'swfupload-handlers', 'swfuploadL10n', array( 205 205 'queue_limit_exceeded' => __('You have attempted to queue too many files.'), 206 'file_exceeds_size_limit' => sprintf( __('This file is too big. The maximum upload size for your server is %s.'), $max_upload_size),206 'file_exceeds_size_limit' => __('This file exceeds the maximum upload size for this site.'), 207 207 'zero_byte_file' => __('This file is empty. Please try another.'), 208 208 'invalid_filetype' => __('This file type is not allowed. Please try another.'),
Note: See TracChangeset
for help on using the changeset viewer.