Skip to content

Commit e19bfa3

Browse files
committed
Update public.php
Sidebar displays last
1 parent 64c0819 commit e19bfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/public/public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function wzkb_register_sidebars() {
210210
);
211211
/* Repeat register_sidebar() code for additional sidebars. */
212212
}
213-
add_action( 'widgets_init', 'wzkb_register_sidebars' );
213+
add_action( 'widgets_init', 'wzkb_register_sidebars', 11 );
214214

215215

216216
/**

0 commit comments

Comments
 (0)