Plugin Directory

Changeset 147856


Ignore:
Timestamp:
08/21/2009 04:47:07 PM (17 years ago)
Author:
afperea
Message:
 
Location:
wp-copyrightpro
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-copyrightpro/trunk/index.php

    r147719 r147856  
    1 <?php
     1<?php
    22/*
    33      Plugin Name: WP-CopyRightPro
    44      Plugin URI: http://puydi.net/blog/wp-copyrightpro-plug-in-para-wordpress/
    55      Description: WP-CopyRightPro is a plug-in that prevents the copying of texts and images from your blog.
    6       Version: 1.2
     6      Version: 1.3
    77      Author: Andres Felipe Perea V
    88      Author URI: http://puydi.net/
  • wp-copyrightpro/trunk/readme.txt

    r147718 r147856  
    55Requires at least: 2.7
    66Tested up to: 2.8.4
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88
    99If you install WP-CopyRightPro, your content of wordpress will be protected.
     
    6464* Now your site is protected from iframe
    6565
     66= 1.3 =
     67* Header problem solved
    6668
     69
  • wp-copyrightpro/trunk/script.htm

    r147718 r147856  
    1212GNU General Public License for more details: http://www.gnu.org/licenses/gpl.txt
    1313-->
    14 <script language="JavaScript">
    15 <!--// evito que se cargue en otro frame
    16 if (top.location != self.location)top.location = self.location;
    17 //-->
    18 </script>
    19 
    2014<script language="Javascript">
    2115<!-- Begin
     
    4539// End -->
    4640</script>
     41<script language="JavaScript">
     42<!--// evito que se cargue en otro frame
     43if (top.location != self.location)top.location = self.location;
     44//-->
     45</script>
Note: See TracChangeset for help on using the changeset viewer.