| @@ -1,7 +1,3 @@ | ||
| 1 | -<strong><?php | |
| 2 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 3 | - exit; | |
| 4 | -} | |
| 5 | -esc_html_e( 'Name', 'betterdocs' ); ?></strong>: <?php echo esc_html( $name ); ?> <br> | |
| 1 | +<strong><?php esc_html_e( 'Name', 'betterdocs' ); ?></strong>: <?php echo esc_html( $name ); ?> <br> | |
| 6 | 2 | <strong><?php esc_html_e( 'Docs', 'betterdocs' ); ?></strong>: <?php echo esc_html( $article ); ?> <br> |
| 7 | 3 | <?php echo esc_html( $message_text ); ?> |