Ticket #11541: 11541.diff
File 11541.diff, 501 bytes (added by , 15 years ago) |
---|
-
wp-includes/registration.php
311 311 $user_contactmethods = array( 312 312 'aim' => __('AIM'), 313 313 'yim' => __('Yahoo IM'), 314 'jabber' => __('Jabber / Google Talk') 314 'jabber' => __('Jabber / Google Talk'), 315 'twitter' => __('Twitter') 315 316 ); 316 317 return apply_filters('user_contactmethods',$user_contactmethods); 317 318 }