[wp-cvs] wordpress/wp-admin post.php,1.63,1.64
Ryan Boren
rboren at users.sourceforge.net
Thu Jun 10 03:28:41 CDT 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9463
Modified Files:
post.php
Log Message:
Get edited comment content through $_POST.
Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** post.php 10 Jun 2004 03:29:59 -0000 1.63
--- post.php 10 Jun 2004 08:28:38 -0000 1.64
***************
*** 690,694 ****
$datemodif = '';
}
! $content = balanceTags($content);
$content = format_to_post($content);
--- 690,694 ----
$datemodif = '';
}
! $content = balanceTags($_POST['content']);
$content = format_to_post($content);
More information about the cvs
mailing list