Changes between Initial Version and Version 1 of Ticket #26771, comment 1
- Timestamp:
- 01/05/2014 08:47:32 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26771, comment 1
initial v1 4 4 [source:tags/3.8/src/wp-includes/deprecated.php#L1533]. 5 5 6 They're just one-line wrappers for `get_the_author_meta()`. We generally don't delete deprecated functions for backwards compatibility reasons, so we should not delete these either.6 They're just one-line wrappers for `get_the_author_meta()`. We generally don't remove deprecated functions for backwards compatibility reasons, so we should not remove these either. 7 7 8 8 > The most common contact_forms could also be integrated generally in the core.