Changeset 36028 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/19/2015 09:03:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r36027 r36028 2398 2398 * @deprecated 3.0.0 Use get_the_author_meta() 2399 2399 * @see get_the_author_meta() 2400 * 2401 * @param string $field User meta field. 2402 * @param false|int $user Optional. User ID to retrieve the field for. Default false (current user). 2403 * @return string The author's field from the current author's DB object. 2400 2404 */ 2401 2405 function get_profile( $field, $user = false ) {
Note: See TracChangeset
for help on using the changeset viewer.