Changeset 5007 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 03/09/2007 04:36:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r4990 r5007 1936 1936 $bytes = $size * 1024 * 1024 * 1024; 1937 1937 ?> 1938 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo $action?>">1938 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>"> 1939 1939 <p> 1940 1940 <label for="upload"><?php _e( 'Choose a file from your computer:' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?> )
Note: See TracChangeset
for help on using the changeset viewer.