getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Content wrapper filter #226

Closed getdave closed 10 years ago

getdave commented 10 years ago

https://github.com/getdave/Tanlinell/blob/develop/header.php#L81

Currently uses an action hook. Should be a filter

    <div id="content" class="<?php echo apply_filters( 'site_content_class', 'container site-content ' ); ?>">
neilberry001 commented 10 years ago

via 6101becd7d4d8f4cdc92de99219cfbd48b9922e1