[wp-cvs] wordpress/wp-includes functions.php,1.150,1.151

Ryan Boren rboren at users.sourceforge.net
Fri Sep 3 20:33:18 UTC 2004


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

Modified Files:
	functions.php 
Log Message:
Return post ID from generic_ping().  Bug 229.

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -d -r1.150 -r1.151
*** functions.php	3 Sep 2004 20:22:23 -0000	1.150
--- functions.php	3 Sep 2004 20:33:15 -0000	1.151
***************
*** 531,534 ****
--- 531,536 ----
  		}
  	}
+ 
+ 	return $post_id;
  }
  




More information about the cvs mailing list