Changeset 47597 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 04/17/2020 07:33:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r47550 r47597 742 742 case 'comment': 743 743 case 'comments': 744 $comment_types[ $operator ][] = "' '";744 $comment_types[ $operator ][] = "'comment'"; 745 745 break; 746 746
Note: See TracChangeset
for help on using the changeset viewer.