• AleksCee

    (@alekscee)


    Hi,

    since the last update all links without an own image after an link with an image get the same image that the link before.

    I have try to fix it in my installation like this:

    --- link-library.php_old 2014-05-19 16:36:43.000000000 +0200
    +++ link-library.php 2014-05-19 16:35:49.000000000 +0200
    @@ -1411,6 +1411,7 @@
    foreach ($dragndroparray as $arrayelements) {
    switch ($arrayelements) {
    case 1: //------------------ Image Output --------------------
    + $imageoutput = '';
    if ( (($linkitem['link_image'] != '' || $usethumbshotsforimages)) && ($show_images)) {
    $imageoutput = stripslashes($beforeimage) . '<a href="';

    because it look like there is no reset for the $imapgeoutput variable.

    Alex

    https://ww.wp.xz.cn/plugins/link-library/

Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    I have incorporated your fix in the new version I will be pushing out a bit later tonight.

Viewing 1 replies (of 1 total)

The topic ‘doubles images since Version 5.8.3’ is closed to new replies.