Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #869 from olefredrik/fix-build-error
Browse files Browse the repository at this point in the history
Add missing comment on variable
  • Loading branch information
olefredrik authored Aug 17, 2016
2 parents f44a1a0 + d9994e9 commit d3b6164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ function foundationpress_active_list_pages_class( $input ) {
endif;

if ( ! class_exists( 'Foundationpress_Comments' ) ) :
class Foundationpress_Comments extends Walker_Comment{
class Foundationpress_Comments extends Walker_Comment {

// Init classwide variables.
var $tree_type = 'comment';

// Comment ID
var $db_fields = array( 'parent' => 'comment_parent', 'id' => 'comment_ID' );

/** CONSTRUCTOR
Expand Down

0 comments on commit d3b6164

Please sign in to comment.