Title: [Plugin: Sidebar Login] link issue
Last modified: August 19, 2016

---

# [Plugin: Sidebar Login] link issue

 *  Resolved [Michael Mann](https://wordpress.org/support/users/simptech/)
 * (@simptech)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/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.

## Tags

 * [profile link](https://wordpress.org/support/topic-tag/profile-link/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [Michael Mann](https://wordpress.org/support/users/simptech/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-link-issue/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
