[Plugin: Theme My Login] Bug with "BAW Login Logout Menu"
-
Hello
I’ve got a plugin named “BAW Login Logout Menu” and when i’ve got a custom menu, a logout menu item is added without link, juts text !
I find the bug :
/includes/class-theme-my-login.php
line 553:
if ( is_admin() )
have to be:
if ( is_admin() or empty( $title ) )
when $post_id and $title are sent empty, you change the title, but there is no link.
See you !
- The topic ‘[Plugin: Theme My Login] Bug with "BAW Login Logout Menu"’ is closed to new replies.