Skip to content

Commit 0847f79

Browse files
author
emhr
committed
Fixing typo in comment block
Got a little underscore happy on the last commit
1 parent 72bf988 commit 0847f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxhighlighter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function __construct() {
4747
add_filter( 'comment_text', array( $this, 'parse_shortcodes_comment' ), 7 ); // Comments
4848
add_filter( 'bp_get_the_topic_post_content', array( $this, 'parse_shortcodes' ), 7 ); // BuddyPress
4949

50-
// Exempt shortcodes from wp_texturize()
50+
// Exempt shortcodes from wptexturize()
5151
add_filter( 'no_texturize_shortcodes', array( $this, 'no_texturize_shortcodes' ) );
5252

5353
// Into the database

0 commit comments

Comments
 (0)