Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # change the placeholder to something else (like, say, megatherium)
  2.  
  3. find . -type f -regextype sed -regex '.*\(css\|php\|js\)' -exec sed -r -i -e s@\'_s\'@\'placeholder\'@g -e s@_s_@placeholder_@g -e 's@Text Domain: _s@Text domain: placeholder@g' -e 's@ _s@ Placeholder@g' -e 's@_s-@placeholder-@g' {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement