1
gvim `grep 'strip_tags' * -Rl | xargs`

This will open all of the files that have the string ‘strip_tags’ in them in a single gvim window. (Can I call this one-liner: too lazy to even copy paste?)