Make WordPress Core


Ignore:
Timestamp:
08/18/2025 12:31:19 PM (10 months ago)
Author:
SergeyBiryukov
Message:

Users: Remove deprecated user contact methods.

The three default contact methods (AIM, Yahoo IM, Jabber) were removed for new installations in WordPress 3.6.

This commit removes the remaining references from the codebase, as the associated services were discontinued quite a while ago.

The user_contactmethods filter is available for adding or removing contact methods.

Follow-up to [23588], [25606].

Props butterflymedia, birgire, Presskopp, yashjawale, SergeyBiryukov.
Fixes #44374.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/author-template.php

    r60299 r60644  
    125125 *
    126126 * - admin_color
    127  * - aim
    128127 * - comment_shortcuts
    129128 * - description
     
    131130 * - first_name
    132131 * - ID
    133  * - jabber
    134132 * - last_name
    135133 * - nickname
     
    150148 * - user_status
    151149 * - user_url
    152  * - yim
    153150 *
    154151 * @since 2.8.0
     152 * @since 6.9.0 Removed `aim`, `jabber`, and `yim` as valid values for the `$field` parameter.
    155153 *
    156154 * @global WP_User $authordata The current author's data.
Note: See TracChangeset for help on using the changeset viewer.