Plugin Directory

Changeset 1224217


Ignore:
Timestamp:
08/18/2015 09:31:10 PM (11 years ago)
Author:
wpnotifications
Message:

Fixed link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • print-money/trunk/index.php

    r1219992 r1224217  
    33 * Plugin Name: Print Money
    44 * 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.com
     5 * Plugin URI: http://http://dotphoto.com/MyAccount.asp
    66 * Author: David Ahmad
    77 * Author URI: http://vbsocial.com
    8  * Version: 3.5
     8 * Version: 3.6
    99 * Text Domain: Print-Money
    1010 * License: GPL2
     
    1919function myplugin_activate() {
    2020    $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'),
    2222        'button_text' => 'Print Me',
    2323        'position' => 'top-left',
Note: See TracChangeset for help on using the changeset viewer.