Changeset 1160259
- Timestamp:
- 05/14/2015 08:39:38 AM (11 years ago)
- File:
-
- 1 edited
-
wp-fjqgrid/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-fjqgrid/trunk/index.php
r1159906 r1160259 2 2 /* 3 3 Plugin Name: WPF-jqGrid 4 Plugin URI: http://wordpress.org/extend/plugins/wp f-jqgrid/4 Plugin URI: http://wordpress.org/extend/plugins/wp-fjqgrid/ 5 5 Description: jqGrid porting to wordpress. Use shortcode like <code>[wpf-jqgrid table='wpf_jqgrid_sample' idtable=1 caption='name to display' editable=true]</code> 6 6 Version: 0.16 … … 9 9 License: GPLv2 or later 10 10 */ 11 $VER = '0.1 5';11 $VER = '0.16'; 12 12 defined( 'ABSPATH' ) OR exit; 13 13
Note: See TracChangeset
for help on using the changeset viewer.