Changeset 453698
- Timestamp:
- 10/21/2011 06:14:30 AM (14 years ago)
- Location:
- wordpress-easy-allopass/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wp-easy-allopass.php (modified) (1 diff)
-
wp-easy-allopass_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-easy-allopass/trunk/readme.txt
r450971 r453698 59 59 60 60 61 61 62 = Insert shortcode in post or page: = 62 63 … … 115 116 == Changelog == 116 117 118 = 1.0.8 = 119 * Fix pagination bug when viewing more than 10 sales stats in dashboard (10/21/2011) 117 120 = 1.0.7 = 118 121 * Enable Admin to copy and paste shortcode directly in text format when editing post/page on wysiwyg editor.(To avoid html error when copying shortcode) (10/14/2011) -
wordpress-easy-allopass/trunk/wp-easy-allopass.php
r450961 r453698 6 6 Author: Hasiniaina Ragaby 7 7 Author URI: http://www.vitar.123.fr 8 Version: 1.0. 78 Version: 1.0.8 9 9 Copyright 2011 H. Ragaby (email : hragaby@hotmail.com) 10 10 -
wordpress-easy-allopass/trunk/wp-easy-allopass_admin.php
r450961 r453698 264 264 } 265 265 266 $row = $wpdb->get_results("SELECT * FROM ".TBL_STAT." WHERE id = '".$_GET["stats"]."' LIMIT ".$debu t.",".$nbr_par_page."");266 $row = $wpdb->get_results("SELECT * FROM ".TBL_STAT." WHERE id = '".$_GET["stats"]."' LIMIT ".$debus.",".$nbr_par_page.""); 267 267 foreach ($row as $row) 268 268 {
Note: See TracChangeset
for help on using the changeset viewer.