/** * Register action hook: widget_area_single_insert * * Removed for namespacing * * @deprecated 1.0 */ function widget_area_single_insert() { _deprecated_function(__FUNCTION__, '1.0', 'thematic_widget_area_single_insert()'); thematic_widget_area_single_insert(); }
<?php /** * Sidebar Single Insert Template * * … * * @package Thematic * @subpackage Templates */ // action hook for placing content above the 'single-insert' widget area thematic_abovesingleinsert(); // action hook for creating the 'single-insert' widget area thematic_widget_area_single_insert(); // action hook for placing content below the 'single-insert' widget area thematic_belowsingleinsert();