Wordpress/tests
Felix Arntz d8af0369e3 Media: Introduce wp_img_tag_add_width_and_height_attr() to add dimension attributes to images.
Following up on [48170], this changeset moves the new logic to add missing `img` dimension attributes into a separate function that is run first within `wp_filter_content_tags()`. It also adds a utility function `wp_image_src_get_dimensions()` with logic reused from `wp_image_add_srcset_and_sizes()`, and it ensures that `width` and `height` attributes only get added if both of the attributes are missing on the original `img` tag.

This changeset furthermore improves test coverage and separates tests for the different aspects of `img` tag modification.

Props azaozz.
Fixes #50367. See #44427.


git-svn-id: https://develop.svn.wordpress.org/trunk@48237 602fd350-edb4-49c9-b593-d223f7449a82
2020-06-30 19:28:07 +00:00
..
e2e Editor: update JavaScript packages 2020-06-26 13:31:11 +00:00
phpunit Media: Introduce wp_img_tag_add_width_and_height_attr() to add dimension attributes to images. 2020-06-30 19:28:07 +00:00
qunit Editor: update JavaScript packages 2020-06-26 13:31:11 +00:00