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.php

    r8231 r8402  
    703703                        }
    704704
    705                         $has_errors = apply_filters( 'jobswb_save_job_errors', $has_errors );
     705                        $has_errors = apply_filters( 'jobswp_save_job_errors', $has_errors );
    706706                        if ( $has_errors )
    707707                                $_POST['errors'] = $has_errors;
Note: See TracChangeset for help on using the changeset viewer.