humanmade / hm-base

Standard project layout for Human Made Projects.
81 stars 18 forks source link

Fix return statement in filter #48

Closed pdewouters closed 8 years ago

pdewouters commented 8 years ago

see https://github.com/humanmade/hm-base/pull/47 for context

roborourke commented 8 years ago

@pdewouters did same for UI and forgot to make the upstream fix :/ Would it be best to change the function to add_filter() as well though so it's clear it should return something?

roborourke commented 8 years ago

Good to merge otherwise

pdewouters commented 8 years ago

ah yeah, I didn't notice that