davelester / WPBadger

A lightweight badge issuing platform built using WordPress
Other
43 stars 13 forks source link

award title and slug not updated when using bulk import #12

Closed davelester closed 12 years ago

davelester commented 12 years ago

It appears that there's a bug when doing the bulk import, and the filters that are applied to awards "title_save_pre" and "name_save_pre" are not applied. This inconsistency may cause some problems down the line, and should be fixed.

davelester commented 12 years ago

I'm now passing this directly to wp_insert_post and avoiding the need for a filter.