Opened 15 years ago
Closed 15 years ago
#1916 closed defect (bug) (fixed)
Deprecated function get_the_author_email()
Reported by: | cnorris23 | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(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