>
__( 'Example Widget', 'airy' ), 'text' => sprintf( __( 'This is an example widget to show how the Primary sidebar looks by default. You can add custom widgets from the %1$swidgets screen%2$s in the admin.', 'airy' ), current_user_can( 'edit_theme_options' ) ? '' : '', current_user_can( 'edit_theme_options' ) ? '' : '' ), 'filter' => true, ), array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); ?>