Plugin Directory

Changeset 740587


Ignore:
Timestamp:
07/14/2013 04:39:09 PM (13 years ago)
Author:
ashrafweb
Message:

تهنئة

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

Legend:

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

    r730359 r740587  
    132132        return $classes;
    133133    }
     134    else{
     135    $classes[] = 'none';
     136    return $classes;
     137    }//problem fixed here
    134138}
    135139//------------------------------------------------------------------------
     
    147151{
    148152global  $wpcp_settings;
    149 $credit_url = 'http://www.e-msjed.com/';
    150 $credit_anchor = 'تحميل برنامج';
     153$credit_url = 'http://ar-congratulations.blogspot.com/';
     154$credit_anchor = 'تهنئة';
    151155$show_credit = 'False';
    152156if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';}
  • wordpress-prevent-copy-paste-plugin/trunk/preventer-index.php

    r730359 r740587  
    132132        return $classes;
    133133    }
     134    else{
     135    $classes[] = 'none';
     136    return $classes;
     137    }//problem fixed here
    134138}
    135139//------------------------------------------------------------------------
     
    147151{
    148152global  $wpcp_settings;
    149 $credit_url = 'http://www.e-msjed.com/';
    150 $credit_anchor = 'تحميل برنامج';
     153$credit_url = 'http://ar-congratulations.blogspot.com/';
     154$credit_anchor = 'تهنئة';
    151155$show_credit = 'False';
    152156if($wpcp_settings['show_protection_info'] == 'yes') {$show_credit = 'True';}
Note: See TracChangeset for help on using the changeset viewer.