summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/upload.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-25 22:07:11 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-25 22:07:11 +0000
commit40260a42e5d369678425f76f69f7e38223b7e357 (patch)
treebd866aac9236799f86249e752702084657f59dbf /wp-inst/wp-admin/upload.php
parentfc17727d2e642dfeda75e441acba7af7912b0733 (diff)
Removed superfluous text
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@232 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/upload.php')
-rw-r--r--wp-inst/wp-admin/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/upload.php b/wp-inst/wp-admin/upload.php
index c4bdab3..53cb944 100644
--- a/wp-inst/wp-admin/upload.php
+++ b/wp-inst/wp-admin/upload.php
@@ -41,7 +41,7 @@ case '':
}
$i = implode(', ', $type_tags);
?>
-<p><?php printf(__('You can upload files with the extension %1$s as long as they are no larger than %2$s <abbr title="Kilobytes">KB</abbr>. If you&#8217;re an admin you can configure these values under <a href="%3$s">options</a>.'), $i, get_site_option('fileupload_maxk', 300), 'options-misc.php') ?></p>
+<p><?php printf(__('You can upload files with the extension %1$s as long as they are no larger than %2$s <abbr title="Kilobytes">KB</abbr>.'), $i, get_site_option('fileupload_maxk', 300), 'options-misc.php') ?></p>
<form action="upload.php" method="post" enctype="multipart/form-data">
<p>
<label for="img1"><?php _e('File:') ?></label>