Changes between Initial Version and Version 1 of Ticket #30950, comment 3
- Timestamp:
- 01/11/2015 04:28:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30950, comment 3
initial v1 3 3 I have a feeling that this is being caused by an unregistered shortcode (one that is not added with `add_shortcode()`, as the quote conversion doesn't affect registered shortcodes. 4 4 See http://codex.wordpress.org/Shortcode_API#Unregistered_Names for more information. 5 6 (Just to add: This works for me in testing, with a registered shortcode, but fails as described with an unregistered shortcode)