Changeset 662737
- Timestamp:
- 02/03/2013 08:54:05 AM (13 years ago)
- Location:
- wordpress-prevent-copy-paste-plugin
- Files:
-
- 2 edited
-
tags/1.1/preventer-index.php (modified) (1 diff)
-
trunk/preventer-index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-prevent-copy-paste-plugin/tags/1.1/preventer-index.php
r636757 r662737 127 127 { 128 128 $credit_url = 'http://myip-is.blogspot.com/'; 129 $credit_anchor = ' my ip is';129 $credit_anchor = 'ip address'; 130 130 $show_credit = 'False'; 131 131 if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';} -
wordpress-prevent-copy-paste-plugin/trunk/preventer-index.php
r636757 r662737 127 127 { 128 128 $credit_url = 'http://myip-is.blogspot.com/'; 129 $credit_anchor = ' my ip is';129 $credit_anchor = 'ip address'; 130 130 $show_credit = 'False'; 131 131 if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';}
Note: See TracChangeset
for help on using the changeset viewer.