' . wp_kses( sprintf( /* translators: %s is a link to the widget settings page. */ __( 'You need to select what to show in this Gravatar Profile widget.', 'jetpack' ), admin_url( 'widgets.php' ) ), array( 'a' => array( 'href' => true, ), ) ) . '
__( 'Custom', 'jetpack' ), 'selected' => $email_user, 'name' => $this->get_field_name( 'email_user' ), 'id' => $this->get_field_id( 'email_user' ), 'class' => 'gravatar-profile-user-select', ) ); ?>
/>
|