Changeset 147856
- Timestamp:
- 08/21/2009 04:47:07 PM (17 years ago)
- Location:
- wp-copyrightpro
- Files:
-
- 5 added
- 3 edited
-
tags/1.3 (added)
-
tags/1.3/index.php (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/screenshot-1.jpg (added)
-
tags/1.3/script.htm (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/script.htm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-copyrightpro/trunk/index.php
r147719 r147856 1 <?php1 <?php 2 2 /* 3 3 Plugin Name: WP-CopyRightPro 4 4 Plugin URI: http://puydi.net/blog/wp-copyrightpro-plug-in-para-wordpress/ 5 5 Description: WP-CopyRightPro is a plug-in that prevents the copying of texts and images from your blog. 6 Version: 1. 26 Version: 1.3 7 7 Author: Andres Felipe Perea V 8 8 Author URI: http://puydi.net/ -
wp-copyrightpro/trunk/readme.txt
r147718 r147856 5 5 Requires at least: 2.7 6 6 Tested up to: 2.8.4 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 9 9 If you install WP-CopyRightPro, your content of wordpress will be protected. … … 64 64 * Now your site is protected from iframe 65 65 66 = 1.3 = 67 * Header problem solved 66 68 69 -
wp-copyrightpro/trunk/script.htm
r147718 r147856 12 12 GNU General Public License for more details: http://www.gnu.org/licenses/gpl.txt 13 13 --> 14 <script language="JavaScript">15 <!--// evito que se cargue en otro frame16 if (top.location != self.location)top.location = self.location;17 //-->18 </script>19 20 14 <script language="Javascript"> 21 15 <!-- Begin … … 45 39 // End --> 46 40 </script> 41 <script language="JavaScript"> 42 <!--// evito que se cargue en otro frame 43 if (top.location != self.location)top.location = self.location; 44 //--> 45 </script>
Note: See TracChangeset
for help on using the changeset viewer.