Changeset 28922
- Timestamp:
- 06/30/2014 11:02:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r28915 r28922 1746 1746 $commentdata['user_id'] = $commentdata['user_ID'] = (int) $commentdata['user_ID']; 1747 1747 } 1748 $prefiltered_user_id = $commentdata['user_id']; 1748 1749 $prefiltered_user_id = ( isset( $commentdata['user_id'] ) ) ? (int) $commentdata['user_id'] : 0; 1749 1750 1750 1751 /**
Note: See TracChangeset
for help on using the changeset viewer.