Make WordPress Core


Ignore:
Timestamp:
10/15/2009 08:26:21 PM (17 years ago)
Author:
ryan
Message:

Associate subdirector of whitespace trims trailing whites with pinking shears.

File:
1 edited

Legend:

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

    r12008 r12042  
    897897    $comment['comment_approved'] = $status;
    898898
    899     delete_comment_meta($comment_id, '_wp_trash_meta_time'); 
    900     delete_comment_meta($comment_id, '_wp_trash_meta_status'); 
     899    delete_comment_meta($comment_id, '_wp_trash_meta_time');
     900    delete_comment_meta($comment_id, '_wp_trash_meta_status');
    901901
    902902    wp_update_comment($comment);
Note: See TracChangeset for help on using the changeset viewer.