Changeset 1224217
- Timestamp:
- 08/18/2015 09:31:10 PM (11 years ago)
- File:
-
- 1 edited
-
print-money/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
print-money/trunk/index.php
r1219992 r1224217 3 3 * Plugin Name: Print Money 4 4 * 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. 5 * Plugin URI: http:// dotphoto.com5 * Plugin URI: http://http://dotphoto.com/MyAccount.asp 6 6 * Author: David Ahmad 7 7 * Author URI: http://vbsocial.com 8 * Version: 3. 58 * Version: 3.6 9 9 * Text Domain: Print-Money 10 10 * License: GPL2 … … 19 19 function myplugin_activate() { 20 20 $default = array( 21 'container' => array('entry-content','elements-box','thn_post_wrap','list-inline','blog','post','post-content','entry','entry-summary','group','content','content_constrain','page-content','page-content','row','tp-single-post','body','the-content','wrapper','hentry' ,'row-wrapper-x'),21 'container' => array('entry-content','elements-box','thn_post_wrap','list-inline','blog','post','post-content','entry','entry-summary','group','content','content_constrain','page-content','page-content','row','tp-single-post','body','the-content','wrapper','hentry'), 22 22 'button_text' => 'Print Me', 23 23 'position' => 'top-left',
Note: See TracChangeset
for help on using the changeset viewer.