Changeset 5404 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 05/07/2007 03:56:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5380 r5404 2031 2031 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>"> 2032 2032 <p> 2033 <?php wp_nonce_field('import-upload'); ?> 2033 2034 <label for="upload"><?php _e( 'Choose a file from your computer:' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?> ) 2034 2035 <input type="file" id="upload" name="import" size="25" />
Note: See TracChangeset
for help on using the changeset viewer.