Changeset 1250538
- Timestamp:
- 09/21/2015 05:43:17 PM (11 years ago)
- Location:
- print-money/trunk
- Files:
-
- 3 edited
-
index.php (modified) (1 diff)
-
js/scripts.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print-money/trunk/index.php
r1245992 r1250538 6 6 * Description: Add a hover button to any Word Press image to enable your users to buy prints and photo gifts sucha as magnets, frames, mousepads and more. Print Money pays site owners 85% of sales. 7 7 * Author: Dotphoto Team 8 * Version: 4. 68 * Version: 4.7 9 9 * Text Domain: Print-Money 10 10 * License: GPL2 -
print-money/trunk/js/scripts.js
r1219992 r1250538 28 28 var fimgsrc = img.attr('src'); 29 29 var fullimg = fimgsrc.replace(/-\d+x\d+(?=\.(jpg|jpeg|png|gif)$)/i, ''); 30 return fullimg; 30 var splitparam = fullimg.split('?') 31 return splitparam[0]; 31 32 } 32 33 -
print-money/trunk/readme.txt
r1245992 r1250538 3 3 Tags: Image Prints, print images, monetize wordpress,print button, image customization, image tweak, Monetize your images, prints,image printer, WordPress images, wordpress monetization,earn money, protect images, image lock, disable right click,image copyrights,image optimizer 4 4 5 Requires at least: 3.06 Tested up to: 4.3 7 Stable tag: 4. 65 Requires at least:03.1 6 Tested up to: 4.3.1 7 Stable tag: 4.7 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.