Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
linusx committed Feb 20, 2024
1 parent dd27127 commit a0e6082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/core/classes/class-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function ( $key ) {
array_keys( $settings->get_sub_pages() )
);

// Had to add the profile paged to the check since it uses some of the same assets.
// Had to add the profile page to the check since it uses some of the same assets.
if ( in_array( $hook, $setting_hooks, true ) || 'profile.php' === $hook ) {
// Need to load block styling for some dynamic fields.
wp_enqueue_style( 'wp-edit-blocks' );
Expand Down

0 comments on commit a0e6082

Please sign in to comment.