Remove spurious $

git-svn-id: http://svn.automattic.com/wordpress/trunk@959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-03-05 07:26:38 +00:00
parent 363afe64cd
commit 9c711968c3

View File

@ -27,7 +27,7 @@ if (!is_writable(get_settings('fileupload_realpath')))
switch ($action) {
case 'not-writable':
?>
<p>It doesn't look like you can use the file upload feature at this time because the directory you have specified (<code><?php echo $get_settings('fileupload_realpath'); ?></code>) doesn't appear to be writable by WordPress. Check the permissions on the directory and for typos.</p>
<p>It doesn't look like you can use the file upload feature at this time because the directory you have specified (<code><?php echo get_settings('fileupload_realpath'); ?></code>) doesn't appear to be writable by WordPress. Check the permissions on the directory and for typos.</p>
<?php
break;
@ -224,4 +224,4 @@ Type:
break;
}
include('admin-footer.php');
?>
?>