Changeset 12150
- Timestamp:
- 11/05/2009 10:53:31 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r12148 r12150 1182 1182 case 'hold': 1183 1183 case '0': 1184 case 0:1185 1184 $status = '0'; 1186 1185 break; 1187 1186 case 'approve': 1188 1187 case '1': 1189 case 1:1190 1188 $status = '1'; 1191 1189 if ( get_option('comments_notify') ) {
Note: See TracChangeset
for help on using the changeset viewer.