| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | <div class="wowp-header-wrapper"> |
| 16 | 16 | <?php DashboardInitializer::header(); ?> |
| 17 | 17 | |
| 18 | 18 | <div class="wowp-header-title"> |
| 19 | - <h2><?php esc_html_e( 'Support', 'wpcoder' ); ?></h2> | |
| 19 | + <h2><?php esc_html_e( 'Support', 'wp-coder' ); ?></h2> | |
| 20 | 20 | </div> |
| 21 | 21 | |
| 22 | 22 | </div> |
| 23 | 23 | |
| @@ -24,13 +24,16 @@ | ||
| 24 | 24 | <div class="wrap wowp-wrap"> |
| 25 | 25 | <div class="w_block w_has-border"> |
| 26 | 26 | |
| 27 | 27 | <p> |
| 28 | - <?php printf( esc_html__( 'To get your support related question answered in the fastest timing, please send a message via the form below or write to us on email %1$s.', 'wpcoder' ), '<a href="mailto:' . sanitize_email( $emil ) . '">' . sanitize_email( $emil ) . '</a>' ); ?> | |
| 28 | + <?php | |
| 29 | + esc_html_e( 'To get your support related question answered in the fastest timing, please send a message via the form below or write to us via', 'wp-coder' ); | |
| 30 | + echo ' <a href="https://wordpress.org/support/plugin/wp-coder/" target="_blank">' . esc_html__( 'support page', 'wp-coder' ) . '</a>'; | |
| 31 | + ?> | |
| 29 | 32 | </p> |
| 30 | 33 | |
| 31 | 34 | <p> |
| 32 | - <?php esc_html_e( 'Also, you can send us your ideas and suggestions for improving the plugin.', 'wpcoder' ); ?> | |
| 35 | + <?php esc_html_e( 'Also, you can send us your ideas and suggestions for improving the plugin.', 'wp-coder' ); ?> | |
| 33 | 36 | </p> |
| 34 | 37 | |
| 35 | 38 | <?php SupportForm::init(); ?> |
| 36 | 39 | |