Make WordPress Core

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' /> ";

Change History (1)

#1 @ryan
21 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.