Changeset 21599 for trunk/wp-includes/comment.php
- Timestamp:
- 08/23/2012 08:43:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r21597 r21599 1710 1710 global $wpdb; 1711 1711 1712 $post = $wpdb->get_row( $wpdb->prepare("SELECT * FROM $wpdb->posts WHERE ID = %d", $post_id));1712 $post = get_post( $post_id ); 1713 1713 $to_ping = get_to_ping($post_id); 1714 1714 $pinged = get_pung($post_id);
Note: See TracChangeset
for help on using the changeset viewer.