Per suggestion from chx in #drupal, this pulls out the comment.module changes from chx's menu patch (http://drupal.org/node/122876) so that comments work in HEAD again. I fixed 5 E_ALL notices in comment.module while I was at it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | comment_head_0.patch | 5.71 KB | ChrisKennedy |
| comment_head.patch | 5.71 KB | ChrisKennedy |
Comments
Comment #1
chx commentedagain, again and again, isset vs empty are not the same. When you see if ($foo['bar']) it needs analysis whether if (isset($foo['bar'])) is the same, but if (!empty($foo['bar'])) is always the same, and equal speed. What's so hard in this?
Comment #2
ChrisKennedy commentedWho says I didn't analyze it? Whatever, re-rolled.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks a lot Chris! :)
Comment #4
ChrisKennedy commentedNo problem, although I should emphasize that chx wrote 99.99% of the patch.
Comment #5
(not verified) commented