Changeset 47507 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 03/25/2020 02:41:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r47198 r47507 182 182 183 183 /** 184 * Add avatars to relevant places in admin, or try to.184 * Adds avatars to relevant places in admin. 185 185 * 186 186 * @since 2.5.0 187 187 * 188 188 * @param string $name User name. 189 * @return string Avatar with Adminname.189 * @return string Avatar with the user name. 190 190 */ 191 191 function floated_admin_avatar( $name ) {
Note: See TracChangeset
for help on using the changeset viewer.