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

Strict Standards: Declaration of FoundationPress_comments::start_el() should be compatible with Walker_Comment::start_el() #194

Closed
DamianS1987 opened this issue Jan 20, 2015 · 1 comment

Comments

@DamianS1987
Copy link
Contributor

Hi, fyi, I had this error message when I installed the theme with the steps you've provided in the documentation.

Strict Standards: Declaration of FoundationPress_comments::start_el() should be compatible with Walker_Comment::start_el(&$output, $comment, $depth = 0, $args = Array, $id = 0) in /Applications/MAMP/htdocs/websites/wordpress_test/my_project/wp-content/themes/my_test_theme/library/foundation.php on line 173

I quickly found this help:
http://wordpress.stackexchange.com/questions/111557/strict-standards-error-bootstrap-navwalker

and fixes to arguments helped to solve the issue:
line 113 (wp-content/themes/my_test_theme/library/foundation.php)

function start_el( &$output, $comment, $depth = 0, $args = array(), $id = 0 ) {}

Thanks,
Damian

@olefredrik
Copy link
Owner

#195

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants