Lazyest Gallery 0.10.4.6

Posted by on Aug 15, 2008 in Lazyest Gallery and tagged , , ,
3 Comments

WordPress 2.6 allows advanced users to specify the location (physical and URL) of the wp-content directory with a constant define, so the directory might not be where it used to be. I have changed the code of Lazyest Gallery in the way Ozh suggested in his post What Plugin Coders Must Know About WordPress 2.6

download version 0.10.4.6

3 Comments

  1. Brimosoft » Blog Archive » Lazyest Gallery 0.10.4.7
    27 August 2008

    [...] is a bugfix for the incorrect entry of lazyest-thumbs-style.css in the header [...]

  2. Marcel (brimosoft)
    27 August 2008

    Hi Tom, thanks for the hint I’ll repair it as soon as possible

  3. Tom
    27 August 2008

    I noticed that this line in lazyest-gallery.php was creating an entry in my error_log file:
    <link rel=”stylesheet” href=”/lazyest-thumbs-style.css” type=”text/css” media=”screen” />

    I think it should read:
    <link rel=”stylesheet” href=”http://mysite.com/wp-content/plugins/lazyest-gallery/lazyest-thumbs-style.css” type=”text/css” media=”screen” />

    At least that change eliminated the error in my log file.