ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Translation Fix #182

Closed zerbzman closed 9 years ago

zerbzman commented 9 years ago

On line 30 of class-fee.php, should parts of that use the __() function because it's still outputting?

echo '<div class="error"><p><strong>WordPress Front-end Editor</strong> currently only works between versions ' . self::MIN_VERSION . ' and ' . self::MAX_VERSION . '.</p></div>';

eliorivero commented 9 years ago

I noticed the same the other days and made a pull request https://github.com/avryl/wp-front-end-editor/pull/179/files it hasn't been merged yet, but I guess it's totally understandable due to WCSF. We'll hopefully see it merged soon.