Skip to content

Commit

Permalink
Move hogan-links-item class to filter, Fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen authored Sep 7, 2018
1 parent 0ceafc4 commit c25d2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

foreach ( $this->list as $item ) :

$list_li_classes = hogan_classnames( 'hogan-links-item', apply_filters( 'hogan/module/links/list_li_classes', [], $item, $this, $item_counter ) );
$list_li_classes = hogan_classnames( apply_filters( 'hogan/module/links/list_li_classes', [ 'hogan-links-item' ], $item, $this, $item_counter ) );

?>
<li class="<?php echo esc_attr( $list_li_classes ); ?>">
Expand Down

0 comments on commit c25d2ac

Please # to comment.