'
', 'context' => 'default-widget-content-wrap', ) ); echo '
'; $heading = ( genesis_a11y( 'headings' ) ? 'h3' : 'h4' ); echo sprintf( '<%1$s class="widgettitle">%2$s', $heading, esc_html( $name ) ); echo '

'; /* translators: 1: Widget name, 2: URL to widgets admin page. */ printf( __( 'This is the %1$s. You can add content to this area by visiting your Widgets Panel and adding new widgets to this area.', 'genesis' ), $name, admin_url( 'widgets.php' ) ); echo '

'; echo '
'; genesis_markup( array( 'close' => '
', 'context' => 'default-widget-content-wrap', ) ); }