Changeset 40664 for trunk/src/wp-includes/comment.php
- Timestamp:
- 05/14/2017 03:05:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r40128 r40664 45 45 46 46 /** This filter is documented in wp-includes/comment-template.php */ 47 $comment = apply_filters( 'comment_text', $comment );47 $comment = apply_filters( 'comment_text', $comment, null, array() ); 48 48 49 49 // Check for the number of external links if a max allowed number is set.
Note: See TracChangeset
for help on using the changeset viewer.