Skip to content

Commit af5372f

Browse files
committed
Remove reference to now-deleted class method.
1 parent 2f7e32e commit af5372f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

syntaxhighlighter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function __construct() {
5555
add_filter( 'bp_get_the_topic_post_edit_text', array( $this, 'decode_shortcode_contents' ), 1 ); // BuddyPress
5656

5757
// Outputting SyntaxHighlighter's JS and CSS
58-
add_action( 'admin_head', array( $this, 'output_header_placeholder' ), 15 ); // For comments
5958
add_action( 'wp_footer', array( $this, 'maybe_output_scripts' ), 15 );
6059
add_action( 'admin_footer', array( $this, 'maybe_output_scripts' ), 15 ); // For comments
6160

0 commit comments

Comments
 (0)