Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix comment for wp_global_styles_render_svg_filters
  • Loading branch information
Alex Lende committed Feb 17, 2022
commit a0788a54729eb01a90aa3fe36aa4ca76e8736012
2 changes: 1 addition & 1 deletion src/wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@ function wp_enqueue_global_styles() {
function wp_global_styles_render_svg_filters() {
/*
* When calling via the in_admin_header action, we only want to render the
* SVGs on the post editor page.
* SVGs on block editor pages.
*/
global $pagenow;
if (
Expand Down