Make WordPress Core

Changeset 977


Ignore:
Timestamp:
03/16/2004 02:41:39 PM (22 years ago)
Author:
emc3
Message:

Fixed to use get_settings(). Via mindtrap: gbergling@… http://www.bsd-network.org/

File:
1 edited

Legend:

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

    r959 r977  
    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 you 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 get_settings('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.