[wp-cvs] wordpress/wp-includes functions-post.php,1.2,1.3

Michel Valdrighi michelvaldrighi at users.sourceforge.net
Wed Aug 25 14:22:42 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14196/wp-includes

Modified Files:
	functions-post.php 
Log Message:
whoops, typo in trackback_url_list

Index: functions-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions-post.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** functions-post.php	24 May 2004 08:22:18 -0000	1.2
--- functions-post.php	25 Aug 2004 14:22:39 -0000	1.3
***************
*** 344,348 ****
  		
  		if (strlen($excerpt) > 255) {
! 			$exerpt = substr($excerpt,0,252) . '...';
  		}
  		
--- 344,348 ----
  		
  		if (strlen($excerpt) > 255) {
! 			$excerpt = substr($excerpt,0,252) . '...';
  		}
  		




More information about the cvs mailing list