Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:21:46 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46624 r46660  
    453453 * @param int|WP_Comment $comment_id Comment ID or WP_Comment object. Default current comment.
    454454 * @param int|WP_Post    $post_id    Post ID or WP_Post object. Default current post.
    455  * @return array An array of classes.
     455 * @return string[] An array of classes.
    456456 */
    457457function get_comment_class( $class = '', $comment_id = null, $post_id = null ) {
Note: See TracChangeset for help on using the changeset viewer.