Skip to content

Commit

Permalink
Add Global Documentation in load.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Dec 26, 2024
1 parent d1c9d76 commit 1c2c123
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/experimental/media/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ function gutenberg_set_up_cross_origin_isolation() {
* Uses an output buffer to add crossorigin="anonymous" where needed.
*
* @link https://web.dev/coop-coep/
*
* @global bool $is_safari
*/
function gutenberg_start_cross_origin_isolation_output_buffer(): void {
global $is_safari;
Expand Down

0 comments on commit 1c2c123

Please sign in to comment.