Plugin Directory

Changeset 2840064


Ignore:
Timestamp:
12/27/2022 07:40:29 PM (3 years ago)
Author:
KTC_88
Message:

3.3.3 [12/27/2022]

  • Updated the name of the languages folder to correct issues with translations not working on some sites.
Location:
contact-form-7-image-captcha
Files:
54 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-image-captcha/trunk/cf7-image-captcha.php

    r2822971 r2840064  
    3434add_action('plugins_loaded', 'cf7ic_load_textdomain');
    3535function cf7ic_load_textdomain() {
    36     load_plugin_textdomain( 'contact-form-7-image-captcha', false, dirname( plugin_basename(__FILE__) ) . '/lang' );
     36    load_plugin_textdomain( 'contact-form-7-image-captcha', false, dirname( plugin_basename(__FILE__) ) . '/languages' );
    3737}
    3838
  • contact-form-7-image-captcha/trunk/readme.txt

    r2827909 r2840064  
    102102
    103103== Changelog ==
     104= 3.3.3 [12/27/2022] =
     105* Updated the name of the languages folder to correct issues with translations not working on some sites.
     106
    104107= 3.3.2 [11/23/2022] =
    105108* Added Finnish translation
Note: See TracChangeset for help on using the changeset viewer.