Admin quick notes
Posted: Tue Dec 04, 2007 1:44 am
I was looking at this plugin for the first time. This cannot possibly be correct for the div class, as it generates a class=" blah blah" that includes just about everything for the note!!!
I don't want to presume what was actually intended for this class, so I am not going to touch it. Just thought I'd let someone else take a look!
Code: Select all
echo '<div class="serendipity_note note_' . $this->output($note['notetype']) . ' note_owner_' . $note['authorid'] . ($serendipity['COOKIE']['lastnote'] < $note['noteid'] ? ' note_new' : '') . '">' . "\n";I don't want to presume what was actually intended for this class, so I am not going to touch it. Just thought I'd let someone else take a look!