Opened 21 years ago
Closed 21 years ago
#1646 closed defect (bug) (fixed)
wp-includes/vars.php still reeferences wp-images
| Reported by: | jaseone | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2849]) Update path to images. Props jaseone. fixes #1646