Changeset 50816
- Timestamp:
- 05/05/2021 06:53:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r50375 r50816 201 201 202 202 if ( 'comment' === $comment->comment_type ) { 203 remove_filter( 'comment_text', array( $this, 'filter_comment_text' ), 40 , 2);203 remove_filter( 'comment_text', array( $this, 'filter_comment_text' ), 40 ); 204 204 } 205 205 }
Note: See TracChangeset
for help on using the changeset viewer.