Changeset 496
- Timestamp:
- 04/02/2014 10:34:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp.php
r88 r496 2 2 /* 3 3 Plugin Name: JobsWP 4 Version: 1. 04 Version: 1.1 5 5 Plugin URI: http://jobs.wordpress.net 6 6 Author: Scott Reilly … … 538 538 endif; 539 539 540 $has_errors = apply_filters( 'jobswb_save_job_errors', $has_errors ); 540 541 if ( $has_errors ) 541 542 $_POST['errors'] = $has_errors; … … 668 669 } 669 670 670 return strip_tags( $value);671 return apply_filters( 'jobswp_job_field_validated', strip_tags( $value ), $field, $value, $extra_data ); 671 672 } 672 673
Note: See TracChangeset
for help on using the changeset viewer.