Plugin Directory

Changeset 785102


Ignore:
Timestamp:
10/09/2013 08:14:17 AM (11 years ago)
Author:
ErtyGi
Message:

update

Location:
easy-split-test-tab/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-split-test-tab/trunk/easy-split-test-tab.php

    r784463 r785102  
    77 *
    88 * Plugin URI: http://wordpress.org/extend/plugins/easy-split-test-tab
    9  * Version: 1.2.0
     9 * Version: 1.2.1
    1010 * Author: Ertil Gani
    1111 * Author URI: http://www.prima-posizione.com
     
    454454        $where = ' WHERE post_id="'.$post->ID.'" AND splittest_status="1"';
    455455        $data = $wpdb->get_row("SELECT * FROM $this->sqltable" . $where );     
    456         if(isset($data)){
    457         echo "<!--";
    458             echo stripslashes($data->splittest_code);
    459         echo "-->";
     456        if(isset($data)){       
     457            echo stripslashes($data->splittest_code);       
    460458        }
    461459   
  • easy-split-test-tab/trunk/readme.txt

    r784544 r785102  
    55Requires at least: 3.0.1
    66Tested up to: 3.6
    7 Stable tag: 3.6.1
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.2.1 =
     64* Cleaning a part of the code
     65* Bug fixed.
     66
    6367= 1.2.0 =
    6468* Bug fixed.
Note: See TracChangeset for help on using the changeset viewer.