|
@@ -27,15 +27,15 @@ |
|
|
block discarded – undo |
|
27
|
27
|
|
|
28
|
28
|
<p> |
|
29
|
29
|
<?php |
|
30
|
|
- printf( |
|
31
|
|
- /* Translators: 1: HTML open tag link, 2: HTML close tag link, 3: HTML open tag link, 4: HTML close tag link */ |
|
32
|
|
- esc_html__( 'You\'ll find information on how to use and customize the LSX theme in our %1$sdocumentation%2$s section. However, please do %3$scontact us%4$s for support should you still find yourself unable to achieve your needs.', 'lsx' ), |
|
33
|
|
- '<a href="https://www.lsdev.biz/lsx/documentation/" target="_blank" rel="noreferrer noopener">', |
|
34
|
|
- '</a>', |
|
35
|
|
- '<a href="https://www.lsdev.biz/contact/" target="_blank" rel="noreferrer noopener">', |
|
36
|
|
- '</a>' |
|
37
|
|
- ); |
|
38
|
|
- ?> |
|
|
30
|
+ printf( |
|
|
31
|
+ /* Translators: 1: HTML open tag link, 2: HTML close tag link, 3: HTML open tag link, 4: HTML close tag link */ |
|
|
32
|
+ esc_html__( 'You\'ll find information on how to use and customize the LSX theme in our %1$sdocumentation%2$s section. However, please do %3$scontact us%4$s for support should you still find yourself unable to achieve your needs.', 'lsx' ), |
|
|
33
|
+ '<a href="https://www.lsdev.biz/lsx/documentation/" target="_blank" rel="noreferrer noopener">', |
|
|
34
|
+ '</a>', |
|
|
35
|
+ '<a href="https://www.lsdev.biz/contact/" target="_blank" rel="noreferrer noopener">', |
|
|
36
|
+ '</a>' |
|
|
37
|
+ ); |
|
|
38
|
+ ?> |
|
39
|
39
|
</p> |
|
40
|
40
|
|
|
41
|
41
|
<div class="more-button"> |
Please login to merge, or discard this patch.