Changeset 11852 for trunk/wp-admin/includes/user.php
- Timestamp:
- 08/20/2009 07:51:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r11784 r11852 838 838 } 839 839 840 /**841 * Setup the default contact methods842 *843 * @access private844 * @since845 *846 * @return array $user_contactmethods Array of contact methods and their labels.847 */848 function _wp_get_user_contactmethods() {849 $user_contactmethods = array(850 'aim' => __('AIM'),851 'yim' => __('Yahoo IM'),852 'jabber' => __('Jabber / Google Talk')853 );854 return apply_filters('user_contactmethods',$user_contactmethods);855 }856 857 840 ?>
Note: See TracChangeset
for help on using the changeset viewer.