Changeset 1754098
- Timestamp:
- 10/27/2017 06:19:27 PM (8 years ago)
- File:
-
- 1 edited
-
multiple-cropped-images/trunk/mci.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multiple-cropped-images/trunk/mci.php
r1754097 r1754098 32 32 require_once __DIR__ . '/' . MCI_ENVIRONMENT . '/config/constants.php'; 33 33 34 $plugin_rel_path = basename(plugin_dir_path(__FILE__)) . '/ ' . MCI_ENVIRONMENT . '/lang';34 $plugin_rel_path = basename(plugin_dir_path(__FILE__)) . '/lang'; 35 35 36 36 load_plugin_textdomain('multiple-cropped-images', false, $plugin_rel_path);
Note: See TracChangeset
for help on using the changeset viewer.