Plugin Directory

Changeset 665534


Ignore:
Timestamp:
02/09/2013 08:38:25 AM (13 years ago)
Author:
ashrafweb
Message:

new update

Location:
wordpress-prevent-copy-paste-plugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-prevent-copy-paste-plugin/tags/1.1/preventer-index.php

    r662737 r665534  
    126126function wpcp_credit()
    127127{
    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';
    130130$show_credit = 'False';
    131131if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';}
  • wordpress-prevent-copy-paste-plugin/trunk/preventer-index.php

    r662737 r665534  
    126126function wpcp_credit()
    127127{
    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';
    130130$show_credit = 'False';
    131131if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';}
Note: See TracChangeset for help on using the changeset viewer.