Changeset 47507
- Timestamp:
- 03/25/2020 02:41:15 PM (5 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r47234 r47507 56 56 } 57 57 58 /** 59 * Adds avatars to comment author names. 60 * 61 * @since 3.1.0 62 * 63 * @param string $name Comment author name. 64 * @param int $comment_ID Comment ID. 65 * @return string Avatar with the user name. 66 */ 58 67 public function floated_admin_avatar( $name, $comment_ID ) { 59 68 $comment = get_comment( $comment_ID ); -
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.