timber / starter-theme

The "_s" for Timber: a dead-simple theme that you can build anything from
MIT License
812 stars 274 forks source link

NOTICE: wp-content/themes/starter-theme-master/sidebar.php:9 - Undefined variable: data #80

Closed chrisjimallen closed 5 years ago

chrisjimallen commented 5 years ago

I noticed that $data is not actually defined anywhere in the theme. Am I missing something or is this a bug?

ie. sidebar.php

Timber::render( array( 'sidebar.twig' ), $data );
lkraav commented 5 years ago

It's probably in scope within the function performing include() statement.

jarednova commented 5 years ago

@lkraav is correct