Changeset 33963 for trunk/src/wp-includes/comment-functions.php
- Timestamp:
- 09/09/2015 02:50:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r33954 r33963 170 170 * @return WP_Comment|array|null Depends on $output value. 171 171 */ 172 function get_comment( &$comment, $output = OBJECT) {172 function get_comment( &$comment = null, $output = OBJECT ) { 173 173 if ( empty( $comment ) && isset( $GLOBALS['comment'] ) ) { 174 174 $comment = $GLOBALS['comment'];
Note: See TracChangeset
for help on using the changeset viewer.