mirror of
https://github.com/10h30/trestle.git
synced 2026-07-13 19:56:20 +09:00
Re-add missing functions.php stuff
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user