sitepoint / wp_theme_basetheme

Base theme for WordPress components
9 stars 1 forks source link

Prefixing: Hook in sidebar.php #25

Closed justintadlock closed 8 years ago

justintadlock commented 8 years ago

You need to prefix this action hook in sidebar.php:

do_action( 'before_sidebar' );
mrlagmer commented 8 years ago

closed by #50