Skip to content
Merged
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
Add required PHP file comment
  • Loading branch information
oandregal committed Dec 13, 2021
commit 74b4656937ecb58511cbf297ff64e4abe6d7a156
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* Loads the CSS Custom Properties in use by Global Styles.
* @package Gutenberg
*/

// This has been ported as part of default-filters.php
if ( ! function_exists( 'wp_enqueue_global_styles_css_custom_properties' ) ) {
Expand Down