| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) exit; |
| 3 |
?> |
| 4 |
|
| 5 |
<p><strong> |
| 6 |
<?php _e('Related:', 'post-snippets'); ?> |
| 7 |
</strong></p> |
| 8 |
|
| 9 |
<p><a href="//www.postsnippets.com" target="_blank"><?php |
| 10 |
_e('Website', 'post-snippets'); |
| 11 |
?></a></p> |
| 12 |
|
| 13 |
<p><a href="http://wordpress.org/support/plugin/post-snippets" target="_blank"><?php |
| 14 |
_e('Support', 'post-snippets'); |
| 15 |
?></a></p> |
| 16 |
|
| 17 |
<p><a href="https://github.com/GreenTreeLabs/post-snippets" target="_blank"><?php |
| 18 |
_e('GitHub', 'post-snippets'); |
| 19 |
?></a></p> |
| 20 |
|
| 21 |
|