Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit cccfadb

Browse files
author
Matthias Pfefferle
committed
temporary disabled function
...until hooks are optimized #135
1 parent f48310c commit cccfadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-linkbacks-walker-comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function end_el( &$output, $comment, $depth = 0, $args = array() ) {
7575
}
7676
}
7777

78-
protected function html5_comment( $comment, $depth, $args ) {
78+
protected function _html5_comment( $comment, $depth, $args ) {
7979
$tag = ( 'div' === $args['style'] ) ? 'div' : 'li';
8080
$type = Linkbacks_Handler::get_type( $comment );
8181
$url = Linkbacks_Handler::get_url( $comment );

0 commit comments

Comments
 (0)