[wp-trac] [WordPress Trac] #26771: delete death contact_forms for "msn" in \wp-includes\deprecated.php

WordPress Trac noreply at wordpress.org
Sun Jan 5 08:46:09 UTC 2014


#26771: delete death contact_forms for "msn" in \wp-includes\deprecated.php
-------------------------+------------------------------
 Reporter:  Kniebremser  |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Users        |     Version:  3.8
 Severity:  normal       |  Resolution:
 Keywords:  close        |
-------------------------+------------------------------
Changes (by SergeyBiryukov):

 * keywords:   => close
 * type:  defect (bug) => enhancement
 * component:  General => Users


Comment:

 > In wp-core are in the file \wp-includes\deprecated.php old unused
 contact_forms for "msn".

 Looks like you're referring to `get_the_author_*()` functions deprecated
 in 2.8:
 [source:tags/3.8/src/wp-includes/deprecated.php#L1533].

 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.

 > The most common contact_forms could also be integrated generally in the
 core.

 Related: #11541, #23143, #24952.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/26771#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list