Changeset 55398 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 02/21/2023 04:37:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r54262 r55398 156 156 * 157 157 * @param string $field Optional. The user field to retrieve. Default empty. 158 * @param int|false $user_id Optional. User ID. 158 * @param int|false $user_id Optional. User ID. Defaults to the current post author. 159 159 * @return string The author's field from the current author's DB object, otherwise an empty string. 160 160 */ … … 197 197 * @param string $field Selects the field of the users record. See get_the_author_meta() 198 198 * for the list of possible fields. 199 * @param int|false $user_id Optional. User ID. 199 * @param int|false $user_id Optional. User ID. Defaults to the current post author. 200 200 * 201 201 * @see get_the_author_meta()
Note: See TracChangeset
for help on using the changeset viewer.