Changeset 5527 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 05/23/2007 03:45:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r5523 r5527 2008 2008 if (strpos($size, 'g') !== false) 2009 2009 $bytes = $size * 1024 * 1024 * 1024; 2010 $size = apply_filters( 'import_upload_size_limit', $size ); 2010 2011 ?> 2011 2012 <form enctype="multipart/form-data" id="import-upload-form" method="post" action="<?php echo attribute_escape($action) ?>">
Note: See TracChangeset
for help on using the changeset viewer.