Changeset 3737 for branches/2.0/wp-includes/comment-functions.php
- Timestamp:
- 04/21/2006 09:18:32 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/comment-functions.php
r3584 r3737 185 185 // Merge old and new fields with new fields overwriting old ones. 186 186 $commentarr = array_merge($comment, $commentarr); 187 188 $commentarr = wp_filter_comment( $commentarr ); 187 189 188 190 // Now extract the merged array.
Note: See TracChangeset
for help on using the changeset viewer.