Builder 2.0.15
From IThemes Builder Codex
Version: 2.0.15
Released: 2009-01-12
Release Type: Bug Fix
Description: The 2.0.15 release fixes two different problems with Builder calling the appropriate footer actions get_footer and wp_footer. One problem was the calling of the wp_footer action twice if a Footer module is used. The second problem was an improper if statement that caused the wp_footer action to not be called at all. Both of these issues were fixed.
Changes:
- The modules/footer/module.php file was updated to not call the wp_footer action since the call to the get_footer seems to launch it fine on its own.
- The layout-engine.php file was updated to correctly identify if the Footer module isn't present and now calls the wp_footer action properly.
Files Modified:
- layout-engine.php
- modules/footer/module.php
