Saving is breaking my code?
-
If write this code: e.g
add_action(‘edit_user_profile’, ‘custom_user_profile_fields’);it saves this code:
add_action(& # 039;edit_user_profile & # 039;, & # 039;custom_user_profile_fields & # 039;);
it’s replacing the ‘ with the ASCII version
I tried commenting out this, but it didn’t work:
//define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);not sure if it’s the plugin or a conflict somewhere else; it just started…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Saving is breaking my code?’ is closed to new replies.