Make WordPress Core

Ticket #11541: 11541.diff

File 11541.diff, 501 bytes (added by ShaneF, 15 years ago)
  • wp-includes/registration.php

     
    311311        $user_contactmethods = array(
    312312                'aim' => __('AIM'),
    313313                'yim' => __('Yahoo IM'),
    314                 'jabber' => __('Jabber / Google Talk')
     314                'jabber' => __('Jabber / Google Talk'),
     315                'twitter' => __('Twitter')
    315316        );
    316317        return apply_filters('user_contactmethods',$user_contactmethods);
    317318}