Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UPDATE wp_posts
- SET post_content = REPLACE(
- REPLACE(
- REPLACE(
- post_content,
- '<br>', ''
- ),
- '<br/>', ''
- ),
- '<br />', ''
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement