Modifications in frontend.php

HomeForumsHow-To and TroubleshootingModifications in frontend.php

This topic has 1 voice, contains 1 reply, and was last updated by  Marcel 94 days ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Author Posts
Author Posts
12 February 2012 at 3:54 #5249

Russell Taber

First off, on line 1652 there seems to be a small mistake:

<a id="ID ?>" class="slide " href="" title="" rel="" id="">

There are 2 id elements when only 1 is needed.

Also (this is really a request not a bug) on line 1320:

return sprintf( '',

the rel attribute is assigned to the string “lazyest” which is not a registered string for rel per the html5 standard. Could this be changed to something that is standard to html5?

I love this plugin! Thanks for making it freely available!

13 February 2012 at 10:01 #5255

Marcel

I’ll fix the double id tag and remove non-standard rel tags.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Modifications in frontend.php’ is closed to new replies.

RSS RSS feed for this Topic