[Plugin: Sidebar Login] link issue
-
Seems that everytime I do an update on this plugin, I get an issue with the links (Dashboard and Profile). I tracked the problem down to the line with sidebarlogin_logged_in_links. It seems that this line uses double quotes and slashes. I have changed this line to as follows (using single quotes):
add_option('sidebarlogin_logged_in_links', '<a href="'.get_bloginfo("wpurl").'/wp-admin/">'.__("Dashboard","sblogin").'</a> <a href="'.get_bloginfo("wpurl").'"/wp-admin/profile.php">'.__("Profile","sblogin").'</a>','no');
The topic ‘[Plugin: Sidebar Login] link issue’ is closed to new replies.