[wp-cvs] wordpress/wp-admin theme-editor.php,1.5,1.6
Ryan Boren
rboren at users.sourceforge.net
Wed Nov 17 03:20:34 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23639
Modified Files:
theme-editor.php
Log Message:
Remove spurious typo.
Index: theme-editor.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/theme-editor.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** theme-editor.php 17 Nov 2004 03:15:22 -0000 1.5
--- theme-editor.php 17 Nov 2004 03:20:32 -0000 1.6
***************
*** 121,125 ****
if (!$error) {
?>
! <form name="template" id="template" action="theme-editor.php" method="post">a
<div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
<input type="hidden" name="action" value="update" />
--- 121,125 ----
if (!$error) {
?>
! <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" />
More information about the cvs
mailing list