Changeset 48961 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/09/2020 03:53:50 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r48822 r48961 193 193 * @return WP_Comment|array|null Depends on $output value. 194 194 */ 195 function get_comment( &$comment = null, $output = OBJECT ) {195 function get_comment( $comment = null, $output = OBJECT ) { 196 196 if ( empty( $comment ) && isset( $GLOBALS['comment'] ) ) { 197 197 $comment = $GLOBALS['comment'];
Note: See TracChangeset
for help on using the changeset viewer.