Plugin Directory

Changeset 716341


Ignore:
Timestamp:
05/22/2013 02:28:37 AM (13 years ago)
Author:
leethompson
Message:

fixed code error

Location:
lazy-pinner
Files:
1 added
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • lazy-pinner/tags/2.1.4/lazypinner.php

    r716339 r716341  
    44Plugin URI: http://www.biofects.com
    55Description: This plugin automatically post your image and title to pineterst on Publish or Save
    6 Version: 2.1.3
     6Version: 2.1.4
    77Author: Lee Thompson and Nick Westerlund
    88Author URI: http://www.biofects.com
     
    8484  $sql2 = "DROP TABLE IF EXISTS $table2";
    8585  $wpdb->query($sql1);
    86   $wpdb->query(($sql2);
     86  $wpdb->query($sql2);
    8787}
    8888    register_uninstall_hook( __FILE__, 'LazyPinnerUninstall' );
  • lazy-pinner/tags/2.1.4/readme.txt

    r716339 r716341  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 2.1.3
     7Stable tag: 2.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666= 2.1.3 =
    6767Fixed plugin delete
     68
     69= 2.1.4 =
     70Forgot to save new file
  • lazy-pinner/trunk/lazypinner.php

    r716339 r716341  
    44Plugin URI: http://www.biofects.com
    55Description: This plugin automatically post your image and title to pineterst on Publish or Save
    6 Version: 2.1.3
     6Version: 2.1.4
    77Author: Lee Thompson and Nick Westerlund
    88Author URI: http://www.biofects.com
     
    8484  $sql2 = "DROP TABLE IF EXISTS $table2";
    8585  $wpdb->query($sql1);
    86   $wpdb->query(($sql2);
     86  $wpdb->query($sql2);
    8787}
    8888    register_uninstall_hook( __FILE__, 'LazyPinnerUninstall' );
  • lazy-pinner/trunk/readme.txt

    r716339 r716341  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 2.1.3
     7Stable tag: 2.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666= 2.1.3 =
    6767Fixed plugin delete
     68
     69= 2.1.4 =
     70Forgot to save new file
Note: See TracChangeset for help on using the changeset viewer.