Fixed a typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4fa9bde6ff
commit
634e9e8988
|
@ -37,7 +37,7 @@ case '':
|
|||
}
|
||||
$i = implode(', ', $type_tags);
|
||||
?>
|
||||
<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 your can configure these values under <a href="options.php">options</a>.</p>
|
||||
<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>
|
||||
<form action="upload.php" method="post" enctype="multipart/form-data">
|
||||
<p>
|
||||
<label for="img1">File:</label>
|
||||
|
|
Loading…
Reference in New Issue