[wp-cvs] wordpress/wp-admin edit-form-advanced.php,1.39,1.40
Matthew Mullenweg
saxmatt at users.sourceforge.net
Thu Oct 14 21:01:16 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5619/wp-admin
Modified Files:
edit-form-advanced.php
Log Message:
Missed some preview stuff.
Index: edit-form-advanced.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form-advanced.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** edit-form-advanced.php 14 Oct 2004 07:33:06 -0000 1.39
--- edit-form-advanced.php 14 Oct 2004 21:01:13 -0000 1.40
***************
*** 107,112 ****
}
?>
! <div><textarea rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="5" onkeyup="ReloadTextDiv();" id="content"><?php echo $content ?></textarea></div>
! <input onclick='ReloadTextDiv();' name="use_instant_preview" type="checkbox" id="use_instant_preview" value="1" checked /> <label for='use_instant_preview'>Use Instant Preview</label> <br />
</fieldset>
<?php
--- 107,111 ----
}
?>
! <div><textarea rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="5" id="content"><?php echo $content ?></textarea></div>
</fieldset>
<?php
More information about the cvs
mailing list