Changeset 1094

Show
Ignore:
Timestamp:
04/18/04 19:10:16 (4 years ago)
Author:
saxmatt
Message:

Remove some calls to the old ping functions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/post.php

    r1051 r1094  
    374374        // are we going from draft/private to published? 
    375375        if ((($prev_status == 'draft') || ($prev_status == 'private')) && ($post_status == 'publish')) { 
    376             pingWeblogs($blog_ID); 
    377             pingBlogs($blog_ID); 
    378376        } // end if moving from draft/private to published 
    379377        if ($post_status == 'publish') { 
  • trunk/wp-mail.php

    r1030 r1094  
    244244                } 
    245245 
    246                 pingWeblogs($blog_ID); 
    247                 pingBlogs($blog_ID); 
    248246                pingback($content, $post_ID); 
    249247            }