Making WordPress.org


Ignore:
Timestamp:
07/03/2020 03:11:38 AM (6 years ago)
Author:
dd32
Message:

Pinking shears, 10000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp-captcha.php

    r8402 r10000  
    114114                $verify = array(
    115115                    'secret'    => self::get_secret_key(),
    116                     'remoteip'  => $_SERVER['REMOTE_ADDR'], 
     116                    'remoteip'  => $_SERVER['REMOTE_ADDR'],
    117117                    'response'  => $_POST['g-recaptcha-response'],
    118118                );
     
    137137     * Amends notice on job verfication page to point out the captcha.
    138138     *
    139      * @param string $type The type of notice being displayed. 
     139     * @param string $type The type of notice being displayed.
    140140     */
    141141    public static function add_notice( $type ) {
Note: See TracChangeset for help on using the changeset viewer.