Plugin broken or just me doing it wrong?
-
Hi,
i added the class as mentioned, and this seems to work fine, i can enter the different languages in admin.
But i can’t get the right output, it always displays all languages together 🙁
i changed this line:
<?php echo $wp_properties['property_stats'][$wp_properties['configuration']['address_attribute']]; ?>to this:
<?php echo _e($wp_properties['property_stats'][$wp_properties['configuration']['address_attribute']]); ?>am i doing it the right way and is just the plugin not working with wordpress 3.5.1, or did i miss something?
regards
alex
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin broken or just me doing it wrong?’ is closed to new replies.