Text Domain Issue
-
The plugin’s text domain should be the same with its owned slug, but the current text domain is incorrect in the source code.
For example, line 125 in wp-memory-usage.php should be the following.
<li><strong><?php echo __('Memory limits', 'wp-memory-usage'); ?></strong> : <span>
NOT current code like the following.
<li><strong><?php echo __('Memory limits', 'wp_memory_usage'); ?></strong> : <span>
Fix all wrong text domain then language pack can be displayed correctly (tested).
Regards,
Alex
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Text Domain Issue’ is closed to new replies.