Making WordPress.org


Ignore:
Timestamp:
03/07/2019 08:43:50 PM (7 years ago)
Author:
coffee2code
Message:

Jobs: Fix typo in hook name.

File:
1 edited

Legend:

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

    r8231 r8402  
    1919     */
    2020    public static function init() {
    21         add_filter( 'jobswb_save_job_errors',   array( __CLASS__, 'check_captcha' ) );
     21        add_filter( 'jobswp_save_job_errors',   array( __CLASS__, 'check_captcha' ) );
    2222        add_filter( 'jobswp_remove_job_errors', array( __CLASS__, 'check_captcha' ) );
    2323        add_action( 'jobswp_post_job_form',     array( __CLASS__, 'recaptcha_field' ) );
Note: See TracChangeset for help on using the changeset viewer.