Title: brightfunction's Replies | WordPress.org

---

# brightfunction

  [  ](https://wordpress.org/support/users/brightfunction/)

 *   [Profile](https://wordpress.org/support/users/brightfunction/)
 *   [Topics Started](https://wordpress.org/support/users/brightfunction/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brightfunction/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brightfunction/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brightfunction/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brightfunction/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brightfunction/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flickr API] [Plugin: Flickr API] link to image doesn't work](https://wordpress.org/support/topic/plugin-flickr-api-link-to-image-doesnt-work/)
 *  [brightfunction](https://wordpress.org/support/users/brightfunction/)
 * (@brightfunction)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-flickr-api-link-to-image-doesnt-work/#post-2905169)
 * Links to images were not working for me either so I had a look at the code and
   spotted a bug in the plugin file flickr.php on line 685:
 * `if ( $link = '-' ) $link = '';`
 * This needs to be changed as follows and then the image links work:
 * `if ( $link == '-' ) $link = '';`
 * The bug was effectively changing what you had selected and defaulting to have
   no link.
 * I hope this helps!

Viewing 1 replies (of 1 total)