Changeset 5405 for branches/2.2/wp-admin/admin-functions.php
- Timestamp:
- 05/07/2007 03:57:15 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-admin/admin-functions.php
r5289 r5405 2003 2003 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>"> 2004 2004 <p> 2005 <?php wp_nonce_field('import-upload'); ?> 2005 2006 <label for="upload"><?php _e( 'Choose a file from your computer:' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?> ) 2006 2007 <input type="file" id="upload" name="import" size="25" />
Note: See TracChangeset
for help on using the changeset viewer.