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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(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