Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

#6314 closed defect (bug) (fixed)

XProfile Field admin form has hard-coded screen icon

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.3 Priority: normal
Severity: normal Version: 1.5
Component: Extended Profile Keywords:
Cc:

Description

BuddyPress should use the screen_icon() function to improve compatibility with the wide-range of WordPress versions it supports. screen_icon() was silently deprecated in WordPress 3.8, which improves our output to what WordPress would normally anticipate vs. using CSS to hide our no-longer-valid output.

Change History (1)

#1 @johnjamesjacoby
9 years ago

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

In 9633:

XProfile: Use screen_icon() when rendering the single field form.

This improves compatibility with WordPress versions from 3.6 to present.

Fixes #6314.

Note: See TracTickets for help on using tickets.