[wp-hackers] bug in wp-lists.js in 2.7 ?

andré renaut andre.renaut at gmail.com
Wed Dec 17 01:19:24 GMT 2008


just testing the new PHP IDE : NetBeans IDE 6.5

and noticed that in wp-lists.js, line 252 is

        } while ( elem = elem.parentNode );

and should be

        } while ( elem == elem.parentNode );

What do you think ?


More information about the wp-hackers mailing list