- added default email templates links;

- fixed HTML in textarea field;
- increased timeout for subscribtion;
This commit is contained in:
nikitozzzzzzz
2018-06-26 17:19:18 +03:00
parent 5b50938ce1
commit 9319b40cec
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1052,7 +1052,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
'editor_class' => $class
)
); ?>
<span class="description">For default text for plain-text emails please see this <a href="#<?php echo $field_data['id'] ?>">doc</a></span>
<span class="description">For default text for plain-text emails please see this <a href="https://docs.ultimatemember.com/article/1342-plain-text-email-default-templates#<?php echo $field_data['id'] ?>" target="_blank">doc</a></span>
</div>
<?php $html = ob_get_clean();