Plugin Directory

Changeset 1754080


Ignore:
Timestamp:
10/27/2017 05:31:03 PM (8 years ago)
Author:
webtimal
Message:

Translation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multiple-cropped-images/trunk/mci.php

    r1754072 r1754080  
    3434        $plugin_rel_path = basename(plugin_dir_path(__FILE__)) . '/' . MCI_ENVIRONMENT . '/lang';
    3535
    36         load_plugin_textdomain('multiple-cropped-images', false, $plugin_rel_path);
     36        load_plugin_textdomain(MCI_LOC_DOMAIN, false, $plugin_rel_path);
    3737    });
    3838
Note: See TracChangeset for help on using the changeset viewer.