Missed localization
-
In uls-options.php, line 173 (against ULS v1.3),
<?php submit_button(‘Save’); ?>
should be
<?php submit_button(__(‘Save’, ‘user-language-switch’)); ?>
or simply
<?php submit_button(); ?>Otherwise, it can not be localized.
The sameway, in uls-functions.php, the submit button could be generated with ‘submit_button’, line 288 (with custom text displayed or with default WP wording)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missed localization’ is closed to new replies.