Changeset 1754100
- Timestamp:
- 10/27/2017 06:21:24 PM (8 years ago)
- File:
-
- 1 edited
-
multiple-cropped-images/trunk/mci.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multiple-cropped-images/trunk/mci.php
r1754098 r1754100 30 30 add_action('plugins_loaded', function() 31 31 { 32 require_once __DIR__ . '/' . MCI_ENVIRONMENT . '/config/constants.php';33 34 32 $plugin_rel_path = basename(plugin_dir_path(__FILE__)) . '/lang'; 35 33 … … 39 37 add_action('init', function() 40 38 { 39 require_once __DIR__ . '/' . MCI_ENVIRONMENT . '/config/constants.php'; 41 40 require_once __DIR__ . '/' . MCI_ENVIRONMENT . '/MCI_Core.php'; 42 41 require_once __DIR__ . '/' . MCI_ENVIRONMENT . '/MCI_Config.php';
Note: See TracChangeset
for help on using the changeset viewer.