[wp-cvs] wordpress/wp-admin post.php,1.61,1.62

Ryan Boren rboren at users.sourceforge.net
Thu Jun 3 21:49:42 CDT 2004


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

Modified Files:
	post.php 
Log Message:
Remove unnecessary call to generic_ping().  The publish_post action will take care of it.  Props to hades.  http://wordpress.org/support/4/6876

Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** post.php	24 May 2004 08:22:17 -0000	1.61
--- post.php	4 Jun 2004 02:49:40 -0000	1.62
***************
*** 385,389 ****
  	// are we going from draft/private to published?
  	if ($prev_status != 'publish' && $post_status == 'publish') {
- 		generic_ping();
  		if ($post_pingback) {
  			pingback($content, $post_ID);
--- 385,388 ----




More information about the cvs mailing list