Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#4579 closed defect (bug) (fixed)

smileys don't appears in profile fields

Reported by: arystark's profile arystark Owned by:
Milestone: 1.7 Priority: normal
Severity: normal Version: 1.6.1
Component: Core Keywords:
Cc:

Description

There is a problem with converting one smiley code to the icon graphic file equivalent (function translate_smiley) in buddypress 1.6.2.

When there is a smiley code in a profile field, the html code appear with ' html code at the end of url:

<img src='http://url.lan/wp-includes/images/smilies/icon_sad.gif&#039; alt=':-(' class='wp-smiley' />

This probem is not appear in version 1.6.1 of buddypress.

Change History (3)

#1 @arystark
12 years ago

Mistake in buddypress version. The problem appears in version 1.6.1 but not in 1.5.7.

#2 @DJPaul
12 years ago

  • Milestone changed from Awaiting Review to 1.6.2
  • Version set to 1.6.1

#3 @johnjamesjacoby
12 years ago

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

(In [6618]) Convert smilies after esc_html() so profile field values render them. Fixes #4579.

Note: See TracTickets for help on using tickets.