Make WordPress Core


Ignore:
Timestamp:
01/28/2013 02:20:47 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Add missing inline descriptions.

props momo360modena, aaronholbrook.
see #20494, fixes #23304.

File:
1 edited

Legend:

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

    r19712 r23350  
    88
    99/**
    10  * {@internal Missing Short Description}}
     10 * Determine if a comment exists based on author and date.
    1111 *
    1212 * @since 2.0.0
     
    6969
    7070/**
    71  * {@internal Missing Short Description}}
     71 * Returns a comment object based on comment ID.
    7272 *
    7373 * @since 2.0.0
    7474 *
    75  * @param int $id ID of comment to retrieve
     75 * @param int $id ID of comment to retrieve.
    7676 * @return bool|object Comment if found. False on failure.
    7777 */
Note: See TracChangeset for help on using the changeset viewer.