diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index 9df2d20b3b..0ac661e547 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -200,7 +200,7 @@ class Walker_Comment extends Walker { } if ( 'comment' === $comment->comment_type ) { - remove_filter( 'comment_text', array( $this, 'filter_comment_text' ), 40, 2 ); + remove_filter( 'comment_text', array( $this, 'filter_comment_text' ), 40 ); } } diff --git a/wp-includes/version.php b/wp-includes/version.php index c9c566d613..cdf60b5f99 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50815'; +$wp_version = '5.8-alpha-50816'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.