Changeset 61369 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/11/2025 01:53:26 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r61336 r61369 241 241 * @since 2.3.0 242 242 * 243 * @param WP_Comment $_comment Comment data.243 * @param WP_Comment|null $_comment Comment data. 244 244 */ 245 245 $_comment = apply_filters( 'get_comment', $_comment ); 246 if ( ! ( $_comment instanceof WP_Comment ) ) { 247 return null; 248 } 246 249 247 250 if ( OBJECT === $output ) {
Note: See TracChangeset
for help on using the changeset viewer.