Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#1916 closed defect (bug) (fixed)

Deprecated function get_the_author_email()

Reported by: cnorris23 Owned by:
Priority: minor Milestone: 1.2
Component: Version:
Severity: Keywords: has-patch
Cc:

Description

As of WP 2.8 get_the_author_email() has been deprecated, and should be replaced with get_the_author_meta('email').

Attachments (1)

1916.001.diff (2.2 KB ) - added by cnorris23 17 years ago.

Download all attachments as: .zip

Change History (2)

@cnorris23
17 years ago

#1 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [2695]) Fixing the use of deprecated template tags in bp-default. Merged the fetching of BP runtime settings into one query to significantly reduce the number of run time database hits. Fixed #1916

Note: See TracTickets for help on using tickets.