• new version 1.4 doesn’t work in 3.0.5

    I can find image uploaded to server in media library but it is not getting linked in posts i.e. src attribute is empty.

    I have reverted back to version 1.3.2.

Viewing 1 replies (of 1 total)
  • 1.4 also seems to leave src empty with WP 3.1.

    Look like there is a missing $ on line 60 of attach-linked-images.php

    $processed[] = $imgs[i];

    Should be

    $processed[] = $imgs[$i];

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Add Linked Images To Gallery] new version 1.4 doesnt work in 3.0.5’ is closed to new replies.