#177 closed defect (bug) (fixed)
Smilies should have their own class.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Smilie images should have their own class, imho. That would make creating stylesheets easier (i.e., you can specify smilies not to have any borders, and other images to have them).
Yes, it's a feature request, but it's really trivial.
Attaching a patch against wp-includes/vars.php
Attachments (3)
Change History (7)
#3
@
21 years ago
uploaded a new patch, which uses double quotes(") instead of single quotes (') for attribute enclosing and uses htmlspecialchars to mask smilies.
This is useful when you set custom smilies like " :'( " in my case, which were breaking XHTML before.
Only the latest patch should be applied.
edited on: 08-11-04 01:05
#4
@
20 years ago
Count my vote for this feature too. Currently, I have to modify vars.php every time I upgrade WordPress.
Note: See
TracTickets for help on using
tickets.
Attaching a better diff. (diff -Naur)