Ticket #11541: 11541.diff

File 11541.diff, 501 bytes (added by ShaneF, 3 years ago)
Line 
1Index: wp-includes/registration.php
2===================================================================
3--- wp-includes/registration.php        (revision 12463)
4+++ wp-includes/registration.php        (working copy)
5@@ -311,7 +311,8 @@
6        $user_contactmethods = array(
7                'aim' => __('AIM'),
8                'yim' => __('Yahoo IM'),
9-               'jabber' => __('Jabber / Google Talk')
10+               'jabber' => __('Jabber / Google Talk'),
11+               'twitter' => __('Twitter')
12        );
13        return apply_filters('user_contactmethods',$user_contactmethods);
14 }