Changeset 10000 for sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp-captcha.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp-captcha.php
r8402 r10000 114 114 $verify = array( 115 115 'secret' => self::get_secret_key(), 116 'remoteip' => $_SERVER['REMOTE_ADDR'], 116 'remoteip' => $_SERVER['REMOTE_ADDR'], 117 117 'response' => $_POST['g-recaptcha-response'], 118 118 ); … … 137 137 * Amends notice on job verfication page to point out the captcha. 138 138 * 139 * @param string $type The type of notice being displayed. 139 * @param string $type The type of notice being displayed. 140 140 */ 141 141 public static function add_notice( $type ) {
Note: See TracChangeset
for help on using the changeset viewer.