From a0e60826d72c4d31c9c7a036aeabfa2e3f3f4c74 Mon Sep 17 00:00:00 2001 From: Bill Van Pelt Date: Tue, 20 Feb 2024 12:38:27 -0500 Subject: [PATCH] spelling error --- includes/core/classes/class-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/classes/class-assets.php b/includes/core/classes/class-assets.php index 960dfb9ce..884e88d03 100644 --- a/includes/core/classes/class-assets.php +++ b/includes/core/classes/class-assets.php @@ -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' );