Make WordPress Core


Ignore:
Timestamp:
03/25/2020 02:41:15 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add documentation for WP_Comments_List_Table::floated_admin_avatar().

Props akbarhusen, ayeshrajans, Soean, ajayghaghretiya1, netweb, SergeyBiryukov.
Fixes #41491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/comment.php

    r47198 r47507  
    182182
    183183/**
    184  * Add avatars to relevant places in admin, or try to.
     184 * Adds avatars to relevant places in admin.
    185185 *
    186186 * @since 2.5.0
    187187 *
    188188 * @param string $name User name.
    189  * @return string Avatar with Admin name.
     189 * @return string Avatar with the user name.
    190190 */
    191191function floated_admin_avatar( $name ) {
Note: See TracChangeset for help on using the changeset viewer.