From 40ca76944e876d6f8b1383f06d60daddf07ee4d8 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 11 Aug 2005 17:02:32 +0000 Subject: Make file size site-configurable. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@166 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-admin/upload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-inst/wp-admin/upload.php') diff --git a/wp-inst/wp-admin/upload.php b/wp-inst/wp-admin/upload.php index d1f02ec..c4bdab3 100644 --- a/wp-inst/wp-admin/upload.php +++ b/wp-inst/wp-admin/upload.php @@ -41,12 +41,12 @@ case '': } $i = implode(', ', $type_tags); ?> -

KB. If you’re an admin you can configure these values under options.'), $i, get_settings('fileupload_maxk'), 'options-misc.php') ?>

+

KB. If you’re an admin you can configure these values under options.'), $i, get_site_option('fileupload_maxk', 300), 'options-misc.php') ?>


- +


-- cgit