4 | | Not exactly. The current patch is backwards compatible. All it does is to force the quotes in the newly added HTML inside captions to be single. This works well and doesn't require any changes to the shortcode format or the handling/parsing of the shortcode in the back-end, including plugins. Furthermore is accepts both quotes formats when editing a post, so even if a plugin has added a caption shortcode using single quotes for the attributes (default is to use double quotes), it would handle it properly. |
| 4 | Not exactly. The current patch is backwards compatible. All it does is to force the quotes in the newly added HTML inside captions to be single. This works well and doesn't require any changes to the shortcode format or the handling/parsing of the shortcode in the back-end, including plugins. |
| 5 | |
| 6 | Furthermore it accepts both quote formats when editing a post, so even if a plugin has added a caption shortcode using single quotes for the attributes (default is to use double quotes), it would handle it properly. |