mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
Fixed a typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
29186e5d6b
commit
e77d1fa00a
@ -37,7 +37,7 @@ case '':
|
|||||||
}
|
}
|
||||||
$i = implode(', ', $type_tags);
|
$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">
|
<form action="upload.php" method="post" enctype="multipart/form-data">
|
||||||
<p>
|
<p>
|
||||||
<label for="img1">File:</label>
|
<label for="img1">File:</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user