' . wp_kses( sprintf( /* translators: %s link to the widget settings page. */ __( 'Image missing or invalid URL. Please check the Image widget URL in your widget settings.', 'jetpack' ), admin_url( 'widgets.php' ) ), array( 'a' => array( 'href' => array(), ), ) ) . '
' . esc_html__( 'Widget title:', 'jetpack' ) . '
' . esc_html__( 'Image URL:', 'jetpack' ) . '
' . esc_html__( 'Alternate text:', 'jetpack' ) . ' ( ? )
' . esc_html__( 'Image title:', 'jetpack' ) . ' ( ? )
' . esc_html__( 'Caption:', 'jetpack' ) . ' ( ? ) ' . esc_textarea( $caption ) . '</textarea>
' . esc_html__( 'Image Alignment:', 'jetpack' ) . ' '; foreach ( $alignments as $alignment => $alignment_name ) { echo '' . esc_html( $alignment_name ) . "\n"; } echo '
' . esc_html__( 'Width in pixels:', 'jetpack' ) . ' ' . esc_html__( 'Height in pixels:', 'jetpack' ) . ' ' . esc_html__( 'If empty, we will attempt to determine the image size.', 'jetpack' ) . '
' . esc_html__( 'Link URL (when the image is clicked):', 'jetpack' ) . ' ' . esc_html__( 'Open link in a new window/tab', 'jetpack' ) . '