Changeset 577062
- Timestamp:
- 07/25/2012 10:05:16 AM (14 years ago)
- File:
-
- 1 edited
-
tectite-forms/trunk/php/class-tectite-forms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tectite-forms/trunk/php/class-tectite-forms.php
r577037 r577062 18 18 class WPTF_Tectite_Forms extends WPTF_Plugin_Base { 19 19 20 const FORMDESIGNERUSERCSS_VER = ' 8'; /* version ID for formdesigneruser.css */21 const FORMVALJS_VER = ' 6'; /* version ID for formval.js */20 const FORMDESIGNERUSERCSS_VER = '9'; /* version ID for formdesigneruser.css */ 21 const FORMVALJS_VER = '7'; /* version ID for formval.js */ 22 22 23 23 protected
Note: See TracChangeset
for help on using the changeset viewer.