Re-add missing functions.php stuff

This commit is contained in:
MickeyKay
2014-10-16 14:55:36 -07:00
parent 1d24370b61
commit 6124471b99
5 changed files with 27 additions and 22 deletions
+12 -2
View File
@@ -1,9 +1,19 @@
<?php
/**
* Trestle sidebar registration and functionality
* Trestle widget area registration and functionality
*
* @since 1.0.0
*
* @package Trestle
*/
*/
add_action( 'widgets_init', 'trestle_register_widget_areas' );
/**
* Register custom widget areas
*
* @since 1.0.0
*/
function trestle_register_widget_areas() {
}