Changeset 665534
- Timestamp:
- 02/09/2013 08:38:25 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
r662737 r665534 126 126 function wpcp_credit() 127 127 { 128 $credit_url = 'http:// myip-is.blogspot.com/';129 $credit_anchor = ' ip address';128 $credit_url = 'http://pretty-pictures.blogspot.com/'; 129 $credit_anchor = 'pretty pictures'; 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
r662737 r665534 126 126 function wpcp_credit() 127 127 { 128 $credit_url = 'http:// myip-is.blogspot.com/';129 $credit_anchor = ' ip address';128 $credit_url = 'http://pretty-pictures.blogspot.com/'; 129 $credit_anchor = 'pretty pictures'; 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.