Changeset 1436021
- Timestamp:
- 06/13/2016 06:09:43 PM (10 years ago)
- Location:
- copyfight
- Files:
-
- 2 edited
-
tags/1.5.0/class.copyfight.php (modified) (1 diff)
-
trunk/class.copyfight.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copyfight/tags/1.5.0/class.copyfight.php
r1435888 r1436021 157 157 //copyfight entry links 158 158 $tpl .= '<span id="copyfight_entry_links">'; 159 $tpl .= ' <a href="https://getcopyfight.com/" target="_blank"><img src=" /wp-content/plugins/copyfight/_inc/img/copyfight-logo-dark.svg" alt="Protected by Copyfight"></a>';159 $tpl .= ' <a href="https://getcopyfight.com/" target="_blank"><img src="' . home_url() . '/wp-content/plugins/copyfight/_inc/img/copyfight-logo-dark.svg" alt="Protected by Copyfight"></a>'; 160 160 $tpl .= ' <a class="copyfight_unselect_link">Unselect</a>'; 161 161 $tpl .= ' <a class="copyfight_copy_link">Copy</a>'; -
copyfight/trunk/class.copyfight.php
r1435888 r1436021 157 157 //copyfight entry links 158 158 $tpl .= '<span id="copyfight_entry_links">'; 159 $tpl .= ' <a href="https://getcopyfight.com/" target="_blank"><img src=" /wp-content/plugins/copyfight/_inc/img/copyfight-logo-dark.svg" alt="Protected by Copyfight"></a>';159 $tpl .= ' <a href="https://getcopyfight.com/" target="_blank"><img src="' . home_url() . '/wp-content/plugins/copyfight/_inc/img/copyfight-logo-dark.svg" alt="Protected by Copyfight"></a>'; 160 160 $tpl .= ' <a class="copyfight_unselect_link">Unselect</a>'; 161 161 $tpl .= ' <a class="copyfight_copy_link">Copy</a>';
Note: See TracChangeset
for help on using the changeset viewer.