Changes between Initial Version and Version 1 of Ticket #34808
- Timestamp:
- 11/28/2015 05:11:25 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34808 – Description
initial v1 1 1 Both are "dead" functions not used anywhere in core. Seem like left overs from the post types code in 3.6. 2 2 3 `get_media_embedded_in_content()` is buggy: cannot handle nested `<object>` tags (which were popular few years ago for flash movies) and doesn't match short ended tags without a backslash at the end.3 `get_media_embedded_in_content()` is buggy: cannot handle nested `<object>` tags (which were popular few years ago for embedding flash) and doesn't match short ended tags without a slash at the end. 4 4 5 `get_tag_regex()` is buggy too, see #26674. It was used in `get_media_embedded_in_content()` before [31574]. Not used anywhere since then.5 `get_tag_regex()` is also buggy, see #26674. It was used in `get_media_embedded_in_content()` before [31574]. Not used anywhere since then.