You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__('If enabled, HTML messages will include an open tracking beacon. <a href="https://documentation.mailgun.com/en/latest/user_manual.html#tracking-opens" target="_blank">Open Tracking Documentation</a>.', 'mailgun'),
309
-
array(
310
-
'a' => array(
311
-
'href' => array(),
312
-
'target' => array(),
313
-
),
314
-
)
309
+
[
310
+
'a' => [
311
+
'href' => [],
312
+
'target' => [],
313
+
],
314
+
]
315
315
);
316
316
?>
317
317
</p>
@@ -405,12 +405,12 @@ class="regular-text"
405
405
406
406
echowp_kses(
407
407
__('<a href="https://documentation.mailgun.com/en/latest/user_manual.html#tracking-messages" target="_blank">Tracking</a> and <a href="https://documentation.mailgun.com/en/latest/user_manual.html#tagging" target="_blank">Tagging</a>', 'mailgun'),
408
-
array(
409
-
'a' => array(
410
-
'href' => array(),
411
-
'target' => array(),
412
-
),
413
-
)
408
+
[
409
+
'a' => [
410
+
'href' => [],
411
+
'target' => [],
412
+
],
413
+
]
414
414
);
415
415
?>
416
416
</p>
@@ -462,11 +462,11 @@ class="regular-text"
462
462
$link = sprintf(
463
463
wp_kses(
464
464
__('<a href="%1$s" target="%2$s">View available lists</a>.', 'mailgun'),
0 commit comments