[wp-trac] [WordPress Trac] #44374: Remove deprecated contact methods

WordPress Trac noreply at wordpress.org
Mon Jun 1 14:34:13 UTC 2020


#44374: Remove deprecated contact methods
----------------------------+------------------------------
 Reporter:  butterflymedia  |       Owner:  (none)
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Users           |     Version:  4.9.6
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |     Focuses:
----------------------------+------------------------------

Comment (by butterflymedia):

 Replying to [comment:5 Presskopp]:
 > As far as I understand this I'd say we could at least empty out the
 function wp_get_user_contact_methods(), meaning to delete the complete if
 statement in user.php, Line 2210:
 >
 >
 > {{{
 > function wp_get_user_contact_methods( $user = null ) {
 >       $methods = array();
 >       if ( get_site_option( 'initial_db_version' ) < 23588 ) {
 >               $methods = array(
 >                       'aim'    => __( 'AIM' ),
 >                       'yim'    => __( 'Yahoo IM' ),
 >                       'jabber' => __( 'Jabber / Google Talk' ),
 >               );
 >       }
 > }}}

 It's been a while since this ticket has been opened, but the general idea
 is to completely remove all references to `aim`, `yim` and `jabber` from
 the codebase.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44374#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list