Changeset 30547
- Timestamp:
- 11/24/2014 10:50:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r30538 r30547 1161 1161 if ( $user_ID ) { 1162 1162 $comment_args['include_unapproved'] = array( $user_ID ); 1163 } else if ( ! empty( $comment_author ) ) {1163 } else if ( ! empty( $comment_author_email ) ) { 1164 1164 $comment_args['include_unapproved'] = array( $comment_author_email ); 1165 1165 }
Note: See TracChangeset
for help on using the changeset viewer.