Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#2526 closed defect (bug) (fixed)

replace deprecated clean_url() with esc_url()

Reported by: cnorris23's profile cnorris23 Owned by:
Milestone: 1.2.6 Priority: normal
Severity: Version:
Component: Core Keywords: has-patch
Cc:

Description

The function clean_url() is deprecated as of WP 3.0. It's recommended replacement is esc_url(). This helps cut down on WP_DEBUG notices.

Related #1728

Attachments (1)

2526.001.diff (4.4 KB) - added by cnorris23 15 years ago.

Download all attachments as: .zip

Change History (2)

@cnorris23
15 years ago

#1 @johnjamesjacoby
15 years ago

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

(In [3144]) Fixes #2526 props cnorris23

Note: See TracTickets for help on using tickets.