Error in ligne 61:
<a href="/wp-admin/widgets.php"><?php _e('Wassup Widget in the Widgets menu option','wassup'); ?></a>.</p>
I think it must be modified to:
<a href="<?php echo get_option('siteurl'); ?>/wp-admin/widgets.php"> <?php _e('Wassup Widget in the Widgets menu option','wassup'); ?></a>.</p>
Error in ligne 61
(2 posts) (2 voices)-
Posted 2 years ago #
-
Fixed in 1.7 version, thank you.
Posted 2 years ago #
Reply
You must log in to post.