Changeset 624239
- Timestamp:
- 11/12/2012 10:13:38 PM (13 years ago)
- Location:
- wordpress-prevent-copy-paste-plugin
- Files:
-
- 10 added
- 2 edited
-
tags/1.0/preventer-index.php (modified) (1 diff)
-
tags/1.1 (added)
-
tags/1.1/admin-core.php (added)
-
tags/1.1/images (added)
-
tags/1.1/images/logo.png (added)
-
tags/1.1/preventer-index.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/the_globals.php (added)
-
tags/1.1/wpcp-functions.php (added)
-
tags/1.1/wpcp_code.php (added)
-
trunk/preventer-index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-prevent-copy-paste-plugin/tags/1.0/preventer-index.php
r623771 r624239 128 128 $credit_url = 'http://www.wp-buy.com/?p=98'; 129 129 $credit_anchor = 'wp prevent copy'; 130 $show_credit = ' True';131 global $wpdb,$post; 130 $show_credit = 'False'; 131 if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';} 132 132 if($show_credit == 'True') 133 133 { -
wordpress-prevent-copy-paste-plugin/trunk/preventer-index.php
r623771 r624239 128 128 $credit_url = 'http://www.wp-buy.com/?p=98'; 129 129 $credit_anchor = 'wp prevent copy'; 130 $show_credit = ' True';131 global $wpdb,$post; 130 $show_credit = 'False'; 131 if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';} 132 132 if($show_credit == 'True') 133 133 {
Note: See TracChangeset
for help on using the changeset viewer.