Opened 19 years ago
Closed 19 years ago
#1646 closed defect (bug) (fixed)
wp-includes/vars.php still reeferences wp-images
Reported by: | jaseone | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Line 106 still references wp-images when generating the smiley image tags, needs to be changed to:
wp_smiliesreplace[] = " <img src='" . get_settings('siteurl') . "/wp-includes/images/smilies/$img' alt='$smiley_masked' class='wp-smiley' /> ";
Note: See
TracTickets for help on using
tickets.
(In [2849]) Update path to images. Props jaseone. fixes #1646