__( 'RightSideBar', 'wplook' ), 'id' => 'sidebar-1', 'description' => __('Widgets in this area will be shown on the right-hand side.','wplook' ), 'before_widget' => '", 'before_title' => '
' ) ); } /** Register sidebars */ add_action( 'widgets_init', 'wplook_widgets_init' ); ?>