[Plugin: WP viewMobile] Typo: Index
-
Seems to be a typo in the Index.php file Line 23:
<p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”,’vm_defaukt’); ?></p>
Should be:
<p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”,’vm_default’); ?></p>
Error: vm_default labeled as vm_defaukt
- The topic ‘[Plugin: WP viewMobile] Typo: Index’ is closed to new replies.