contact form login link bug
-
there is a bug in wp-content/plugins/business-directory-plugin/includes/views/listing_contact.php l.74:
wp_login_url( site_url( $_SERVER['REQUEST_URI'] )if the site is a child site then this site_url call will be duplicate the child part of the url eg:
http://mysite/mysubsite/mysubsite/business-directory-listingThis would be handled in other plugins with code like this:
wp_login_url( apply_filters( 'the_permalink', get_permalink() ) )
which works fine in this case too
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘contact form login link bug’ is closed to new replies.