Plugin Directory

Changeset 1436021


Ignore:
Timestamp:
06/13/2016 06:09:43 PM (10 years ago)
Author:
getcopyfight
Message:

version 1.5.0

Location:
copyfight
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • copyfight/tags/1.5.0/class.copyfight.php

    r1435888 r1436021  
    157157            //copyfight entry links
    158158            $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>';
    160160            $tpl .= '   <a class="copyfight_unselect_link">Unselect</a>';
    161161            $tpl .= '   <a class="copyfight_copy_link">Copy</a>';
  • copyfight/trunk/class.copyfight.php

    r1435888 r1436021  
    157157            //copyfight entry links
    158158            $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>';
    160160            $tpl .= '   <a class="copyfight_unselect_link">Unselect</a>';
    161161            $tpl .= '   <a class="copyfight_copy_link">Copy</a>';
Note: See TracChangeset for help on using the changeset viewer.