Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1646 closed defect (bug) (fixed)

wp-includes/vars.php still reeferences wp-images

Reported by: jaseone's profile 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' /> ";

Change History (1)

#1 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2849]) Update path to images. Props jaseone. fixes #1646

Note: See TracTickets for help on using tickets.