Changes between Initial Version and Version 1 of Ticket #21767, comment 4
- Timestamp:
- 09/02/2012 10:06:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21767, comment 4
initial v1 1 1 Introducing new, unslashed versions of functions, like wp_add_post_meta() and wp_update_post_meta(), doesn't seem like a scalable approach. 2 2 3 Also, plugins that correctly call add_magic_quotes() before using the API, such as wp_insert_term(), will get extra slashes in their content.3 Also, plugins that correctly call add_magic_quotes() or stripslashes() before using the API, such as wp_insert_term(), will get extra slashes in their content.