• Texiwill

    (@texiwill)


    At around line 175 change

    $matches[0] = preg_replace(‘/\s*=\s*/’, ‘=’, substr($matches[0],0,strlen($matches[0])-2));

    to be

    $matches[0] = preg_replace(‘/\s*=\s*/’, ‘=’, substr($matches[0],0,strlen($matches[0])));

    As the -2 will strip part of the image name by 2 characters…. i.e .jpg turns into .j

    -Edward

    http://wordpress.org/extend/plugins/seo-image/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SEO Friendly Images] Need to make a change… WP 2.9.2’ is closed to new replies.