mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
Performance: Only load dashicons when the pledge teams block is rendered
This commit is contained in:
parent
f8ad87c5aa
commit
dab5cc0c2d
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ function enqueue_assets() {
|
|||
wp_enqueue_style(
|
||||
'wporg-5ftf-2024',
|
||||
get_theme_file_uri( 'build/style/style-index.css' ),
|
||||
array( 'wporg-parent-2021-style', 'wporg-global-fonts', 'dashicons' ),
|
||||
array( 'wporg-parent-2021-style', 'wporg-global-fonts' ),
|
||||
$metadata['version']
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue