Remove spurious typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
464d959270
commit
2663acc49a
@ -120,7 +120,7 @@ if ($allowed_files) :
|
||||
<?php
|
||||
if (!$error) {
|
||||
?>
|
||||
<form name="template" id="template" action="theme-editor.php" method="post">a
|
||||
<form name="template" id="template" action="theme-editor.php" method="post">
|
||||
<div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
|
||||
<input type="hidden" name="action" value="update" />
|
||||
<input type="hidden" name="file" value="<?php echo $file ?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user