Changeset 920933
- Timestamp:
- 05/26/2014 03:43:27 AM (12 years ago)
- File:
-
- 1 edited
-
ig-contact-form/trunk/defines.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ig-contact-form/trunk/defines.php
r920893 r920933 17 17 18 18 // Text domain for IG UniForm plugin 19 define( 'IG_UNIFORM_TEXTDOMAIN', 'ig-contact form' );19 define( 'IG_UNIFORM_TEXTDOMAIN', 'ig-contact-form' ); 20 20 21 21 // Define product edition … … 23 23 24 24 // Define product identified name 25 define( 'IG_UNIFORM_IDENTIFIED_NAME', 'ig_contact form' );25 define( 'IG_UNIFORM_IDENTIFIED_NAME', 'ig_contact_form' ); 26 26 27 27 // Define product identified name … … 29 29 30 30 // Define product identified name 31 define( 'IG_UNIFORM_ADDONS', 'ig_contact form_addons_profields' );31 define( 'IG_UNIFORM_ADDONS', 'ig_contact_form_addons_profields' );
Note: See TracChangeset
for help on using the changeset viewer.