misterbisson / bcms

bCMS: A suite of tools that improve WordPress' CMS capabilities.
GNU General Public License v2.0
2 stars 10 forks source link

bad var name, needs better methods #13

Closed misterbisson closed 10 years ago

misterbisson commented 11 years ago

$bbuite_innerindex = new bSuite_Innerindex; , but other code now depends on that misspelling, as in https://github.com/GigaOM/gigaom/issues/1198 .

Real answer is to develop better methods to get the post TOC. Perhaps a widget, definitely a singleton function.

zbtirrell commented 10 years ago

This issue was fixed here: https://github.com/misterbisson/bcms/pull/20/files

misterbisson commented 10 years ago

Thanks for pointing it out.