| @@ -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'] ) ) { |