Changeset 5007 for branches/2.1/wp-admin/admin-functions.php
- Timestamp:
- 03/09/2007 04:36:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/wp-admin/admin-functions.php
r4988 r5007 1923 1923 $bytes = $size * 1024 * 1024 * 1024; 1924 1924 ?> 1925 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo $action?>">1925 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>"> 1926 1926 <p> 1927 1927 <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.