Changeset 35986
- Timestamp:
- 12/17/2015 04:40:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r35969 r35986 1898 1898 * The old private function for setting up user contact methods. 1899 1899 * 1900 * Use wp_get_user_contact_methods() instead. 1901 * 1900 1902 * @since 2.9.0 1901 1903 * @access private 1904 * 1905 * @param WP_User $user Optional. WP_User object. Default null. 1906 * @return array Array of contact methods and their labels. 1902 1907 */ 1903 1908 function _wp_get_user_contactmethods( $user = null ) {
Note: See TracChangeset
for help on using the changeset viewer.