Changeset 31090 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 01/08/2015 07:04:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r31036 r31090 1169 1169 if ( $user_ID ) { 1170 1170 $comment_args['include_unapproved'] = array( $user_ID ); 1171 } else 1171 } elseif ( ! empty( $comment_author_email ) ) { 1172 1172 $comment_args['include_unapproved'] = array( $comment_author_email ); 1173 1173 }
Note: See TracChangeset
for help on using the changeset viewer.