Changeset 6364 for trunk/wp-includes/pluggable.php
- Timestamp:
- 12/06/2007 07:49:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r6350 r6364 529 529 if ( ! function_exists('wp_notify_postauthor') ) : 530 530 function wp_notify_postauthor($comment_id, $comment_type='') { 531 global $wpdb;532 533 531 $comment = get_comment($comment_id); 534 532 $post = get_post($comment->comment_post_ID);
Note: See TracChangeset
for help on using the changeset viewer.