Changeset 3338176
- Timestamp:
- 08/02/2025 10:04:52 AM (8 months ago)
- Location:
- chatterbug-forms
- Files:
-
- 2 edited
-
tags/1.0.2/chatterbug-forms.php (modified) (1 diff)
-
trunk/chatterbug-forms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chatterbug-forms/tags/1.0.2/chatterbug-forms.php
r3338160 r3338176 12 12 if (! defined('ABSPATH')) exit; 13 13 14 14 15 define('CBFORMS_PLUGIN_FILE_URL', __FILE__); 16 define('CBFORMS_SITE_URL', 'http://dev.ChatterbugForms.com'); 15 17 require_once __DIR__ . '/inc/cbforms-util.php'; 16 18 require_once __DIR__ . '/inc/cbforms-install.php'; -
chatterbug-forms/trunk/chatterbug-forms.php
r3338160 r3338176 12 12 if (! defined('ABSPATH')) exit; 13 13 14 14 15 define('CBFORMS_PLUGIN_FILE_URL', __FILE__); 16 define('CBFORMS_SITE_URL', 'http://wp.ChatterbugForms.com'); 17 15 18 require_once __DIR__ . '/inc/cbforms-util.php'; 16 19 require_once __DIR__ . '/inc/cbforms-install.php';
Note: See TracChangeset
for help on using the changeset viewer.