Changeset 5908 for trunk/src/includes/extend/akismet.php
- Timestamp:
- 08/11/2015 08:17:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/extend/akismet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/akismet.php
r5842 r5908 399 399 // Key should not be ignored 400 400 if ( ! in_array( $key, $ignore ) && is_string( $value ) ) { 401 $post_data[ $key] = $value;401 $post_data[ $key ] = $value; 402 402 403 403 // Key should be ignored 404 404 } else { 405 $post_data[ $key] = '';405 $post_data[ $key ] = ''; 406 406 } 407 407 }
Note: See TracChangeset
for help on using the changeset viewer.