Conversation
supportI just updated to the latest version and found an “bug” came back. It seems that in my earlier version I removed the white space in the a href link. This solves an blank space on the front end code. Would you be so kind to remove this in your original version too? line 55: www-functions.php change from: ?> <a class="<?php echo esc_attr( $class ); ?>" href="?add_to_wishlist=<?php the_ID(); ?>" to: ?><a class="<?php echo esc_attr( $class ); ?>" href="?add_to_wishlist=<?php the_ID(); ?>" And the output is much cleaner 🙂
Version 1.2.5 should resolve this. Just pushed this version.
Much appreciated!
I just updated and the whitespace returned. It has to do with the tab/newline between ?> and <a.
Sorry about that. I hope I got it right in the 1.2.6 version which I just pushed.
Version 1.2.5 should resolve this. Just pushed this version.
Much appreciated!
I just updated and the whitespace returned. It has to do with the tab/newline between ?> and <a.
Sorry about that. I hope I got it right in the 1.2.6 version which I just pushed.