Changeset 556016
- Timestamp:
- 06/11/2012 08:05:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-bwp-recaptcha-extension/trunk/includes/CF7bwpCAPT.class.php
r556008 r556016 350 350 351 351 function ajax_json_echo_filter( $items ) { 352 if ( ! is _array( $items[ 'onSubmit' ] ) )352 if ( ! isset( $items[ 'onSubmit' ] ) || ! is_array( $items[ 'onSubmit' ] ) ) 353 353 $items[ 'onSubmit' ] = array(); 354 354
Note: See TracChangeset
for help on using the changeset viewer.