'; echo esc_html__( 'Version: ', 'w3-total-cache' ) . esc_html( W3TC_VERSION ) . '
'; echo esc_html__( 'URL: ', 'w3-total-cache' ) . '' . esc_html( $url ) . '
'; echo esc_html__( 'Name: ', 'w3-total-cache' ) . esc_html( $name ) . '
'; echo esc_html__( 'E-Mail: ', 'w3-total-cache' ) . '' . esc_html( $email ) . '
'; if ( $twitter ) { echo esc_html__( 'Twitter: ', 'w3-total-cache' ) . '' . esc_html( $twitter ) . '
'; } if ( $phone ) { echo esc_html__( 'Phone: ', 'w3-total-cache' ) . esc_html( $phone ) . '
'; } if ( $forum_url ) { echo esc_html__( 'Forum Topic URL: ', 'w3-total-cache' ) . '' . esc_url( $forum_url ) . '
'; } if ( $request_data_url ) { echo esc_html__( 'Request data: ', 'w3-total-cache' ) . '' . esc_url( $request_data_url ) . '
'; } echo esc_html__( 'Subject: ', 'w3-total-cache' ) . esc_html( $subject ); ?>


'; echo esc_html__( 'User Agent: ', 'w3-total-cache' ) . esc_html( $_SERVER['HTTP_USER_AGENT'] ); ?>