Changeset 785102
- Timestamp:
- 10/09/2013 08:14:17 AM (11 years ago)
- 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 7 7 * 8 8 * Plugin URI: http://wordpress.org/extend/plugins/easy-split-test-tab 9 * Version: 1.2. 09 * Version: 1.2.1 10 10 * Author: Ertil Gani 11 11 * Author URI: http://www.prima-posizione.com … … 454 454 $where = ' WHERE post_id="'.$post->ID.'" AND splittest_status="1"'; 455 455 $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); 460 458 } 461 459 -
easy-split-test-tab/trunk/readme.txt
r784544 r785102 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.6 7 Stable tag: 3.6.17 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Changelog == 62 62 63 = 1.2.1 = 64 * Cleaning a part of the code 65 * Bug fixed. 66 63 67 = 1.2.0 = 64 68 * Bug fixed.
Note: See TracChangeset
for help on using the changeset viewer.