Remove spurious $

git-svn-id: https://develop.svn.wordpress.org/trunk@959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-03-05 07:26:38 +00:00
parent e5614b76d9
commit 764f2d1806
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ if (!is_writable(get_settings('fileupload_realpath')))
switch ($action) { switch ($action) {
case 'not-writable': 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 <?php
break; break;
@ -224,4 +224,4 @@ Type:
break; break;
} }
include('admin-footer.php'); include('admin-footer.php');
?> ?>