Make WordPress Core


Ignore:
Timestamp:
12/06/2007 07:49:33 PM (17 years ago)
Author:
ryan
Message:

Remove unused vars. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r6350 r6364  
    529529if ( ! function_exists('wp_notify_postauthor') ) :
    530530function wp_notify_postauthor($comment_id, $comment_type='') {
    531     global $wpdb;
    532 
    533531    $comment = get_comment($comment_id);
    534532    $post    = get_post($comment->comment_post_ID);
Note: See TracChangeset for help on using the changeset viewer.