Some I18N Issues
-
This plugin’s slug is
wp-change-default-from-email
, but the current Text Domain isWCDFE_translation
. Change the current Text Domain, so it is equal to this plugin’s slug, and modify the text domain in all your source files. This change is needed. Please refer to this article.According to the above, the modified codes are the following:
WCDFE.php, Line 5
* Text Domain: wp-change-default-from-email
WCDFE.php, Line 76
defined("WCDFE_TEXTDOMAIN") || define( 'WCDFE_TEXTDOMAIN', 'wp-change-default-from-email' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Some I18N Issues’ is closed to new replies.