Changeset 46660 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 11/05/2019 09:21:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46624 r46660 453 453 * @param int|WP_Comment $comment_id Comment ID or WP_Comment object. Default current comment. 454 454 * @param int|WP_Post $post_id Post ID or WP_Post object. Default current post. 455 * @return arrayAn array of classes.455 * @return string[] An array of classes. 456 456 */ 457 457 function get_comment_class( $class = '', $comment_id = null, $post_id = null ) {
Note: See TracChangeset
for help on using the changeset viewer.