We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e61b5 commit a9d26d1Copy full SHA for a9d26d1
src/View/Admin/WooTab.php
@@ -560,6 +560,16 @@ public function add_cc_connection_button() {
560
<button class="button button-primary" type="submit" name="cc_woo_action" value="<?php echo esc_attr( $value ); ?>">
561
<?php echo esc_html( $message ); ?>
562
</button>
563
+ <span style="line-height:28px; margin-left:25px;">
564
+ <?php
565
+ printf(
566
+ /* translators: the placeholders hold opening and closing `<a>` tags. */
567
+ esc_html__( 'If you have any issues connecting please call %1$sConstant Contact Support%2$s', 'cc-woo' ),
568
+ '<a href="https://community.constantcontact.com/contact-support">',
569
+ '</a>'
570
+ );
571
+ ?>
572
+ </span>
573
</div>
574
<?php
575
}
0 commit comments