Changeset 891 for trunk/wp-admin/upload.php
- Timestamp:
- 02/18/2004 07:39:49 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r831 r891 38 38 $i = implode(', ', $type_tags); 39 39 ?> 40 <p>You can upload files with the extension <?php echo $i ?> as long as they are no larger than <?php echo $fileupload_maxk; ?> <abbr title="Kilobytes">KB</abbr>. If you’re an admin you rcan configure these values under <a href="options.php">options</a>.</p>40 <p>You can upload files with the extension <?php echo $i ?> as long as they are no larger than <?php echo $fileupload_maxk; ?> <abbr title="Kilobytes">KB</abbr>. If you’re an admin you can configure these values under <a href="options.php">options</a>.</p> 41 41 <form action="upload.php" method="post" enctype="multipart/form-data"> 42 42 <p>
Note: See TracChangeset
for help on using the changeset viewer.