Error in functions.php
-
Hi Umesh,
thanks for such a great plugin. Just to give back something, here is a small typo I just stumpled over:
In lib/functions.php
Line 52 it says
<p><?php echo _( 'No taxonomies found', WP_UT_TRANSLATION_DOMAIN ); ?></p><?php
should be two underscores:
<p><?php echo __( 'No taxonomies found', WP_UT_TRANSLATION_DOMAIN ); ?></p><?php
Kind regards
Stefan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error in functions.php’ is closed to new replies.