Make WordPress Core


Ignore:
Timestamp:
02/18/2004 07:39:49 PM (21 years ago)
Author:
emc3
Message:

Fixed a typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r831 r891  
    3838    $i = implode(', ', $type_tags);
    3939?>
    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&#8217;re an admin your can 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&#8217;re an admin you can configure these values under <a href="options.php">options</a>.</p>
    4141    <form action="upload.php" method="post" enctype="multipart/form-data">
    4242    <p>
Note: See TracChangeset for help on using the changeset viewer.