thewirelessguy / cornerstone

Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.
GNU General Public License v2.0
154 stars 40 forks source link

tiny issue #26

Closed tomhermans closed 10 years ago

tomhermans commented 10 years ago

theme threw some errors when I tried it

had to do with the quotes on functions.php -line 16 // Add widget live previews support add_theme_support(‘widget-customizer’);

should be: // Add widget live previews support add_theme_support('widget-customizer');

Kudos on the great work guys.

alana-mullen commented 10 years ago

Thanks for spotting that. I've just uploaded the fix.