Improve I18N Issues (Based on 1.1.6)
-
- This plugin’s “Requires at least” is below 4.6. so you need to set a Text Domain in easy-footnotes.php, and it needs to be easy-footnotes to internationalize your plugin correctly! Please refer to this official article.
- WARNING: Requires at least (3.0.1) is below 4.6, so a load_plugin_textdomain is needed. Please make sure you load it at a certain point in your plugin. Please refer to this official article.
- easy-footnotes-admin.php line 61 should be corrected to the following because its text domain is wrong.
<input type="submit" name="Submit" value="<?php esc_attr_e( 'Update Options', 'easy-footnotes' ); ?>" />
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Improve I18N Issues (Based on 1.1.6)’ is closed to new replies.