salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

sidebar-secondary is not currently filtered by Bootstrap Genesis #52

Closed salcode closed 9 years ago

salcode commented 9 years ago

Currently, Bootstrap Genesis is not filtering the classes on sidebar-secondary. We need to add this if we're going to support layouts that include sidebar-secondary

This can be remedied by adding genesis_attr_sidebar-secondary to the list of values being filtered by bsg_add_markup_class() in bootstrap-markup.php

salcode commented 9 years ago

Fixed in feature branch feature-layout-choices