Changeset 740587
- Timestamp:
- 07/14/2013 04:39:09 PM (13 years ago)
- Location:
- wordpress-prevent-copy-paste-plugin
- Files:
-
- 2 edited
-
tags/1.2/preventer-index.php (modified) (2 diffs)
-
trunk/preventer-index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-prevent-copy-paste-plugin/tags/1.2/preventer-index.php
r730359 r740587 132 132 return $classes; 133 133 } 134 else{ 135 $classes[] = 'none'; 136 return $classes; 137 }//problem fixed here 134 138 } 135 139 //------------------------------------------------------------------------ … … 147 151 { 148 152 global $wpcp_settings; 149 $credit_url = 'http:// www.e-msjed.com/';150 $credit_anchor = 'ت 581;ميل برنامج';153 $credit_url = 'http://ar-congratulations.blogspot.com/'; 154 $credit_anchor = 'تهنئة'; 151 155 $show_credit = 'False'; 152 156 if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';} -
wordpress-prevent-copy-paste-plugin/trunk/preventer-index.php
r730359 r740587 132 132 return $classes; 133 133 } 134 else{ 135 $classes[] = 'none'; 136 return $classes; 137 }//problem fixed here 134 138 } 135 139 //------------------------------------------------------------------------ … … 147 151 { 148 152 global $wpcp_settings; 149 $credit_url = 'http:// www.e-msjed.com/';150 $credit_anchor = 'ت 581;ميل برنامج';153 $credit_url = 'http://ar-congratulations.blogspot.com/'; 154 $credit_anchor = 'تهنئة'; 151 155 $show_credit = 'False'; 152 156 if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';}
Note: See TracChangeset
for help on using the changeset viewer.