Changeset 25438 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/14/2013 06:35:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r25313 r25438 1506 1506 // First, get all of the original fields 1507 1507 $comment = get_comment($commentarr['comment_ID'], ARRAY_A); 1508 if ( empty( $comment ) ) 1509 return 0; 1508 1510 1509 1511 // Escape data pulled from DB.
Note: See TracChangeset
for help on using the changeset viewer.