PluginProbe
Elementor Website Builder – more than just a page builder / 3.29.1
Elementor Website Builder – more than just a page builder v3.29.1
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | modules/image-loading-optimization/module.php +2 -2 4.2.23.29.1 View file →
@@ -312,10 +312,10 @@
312 312
313 313 /**
314 314 * Determines whether to add `fetchpriority='high'` to loading attributes.
315 315 *
316 - * @param array $loading_attrs Array of the loading optimization attributes for the element.
317 - * @param array $attr Array of the attributes for the element.
316 + * @param array $loading_attrs Array of the loading optimization attributes for the element.
317 + * @param array $attr Array of the attributes for the element.
318 318 * @return array Updated loading optimization attributes for the element.
319 319 */
320 320 private function maybe_add_fetchpriority_high_attr( $loading_attrs, $attr ) {
321 321 if ( isset( $attr['fetchpriority'] ) ) {