diff --git a/lib/experimental/block-editor-settings-mobile.php b/lib/experimental/block-editor-settings-mobile.php index 91e3694c199f83..b9d1147d60f96c 100644 --- a/lib/experimental/block-editor-settings-mobile.php +++ b/lib/experimental/block-editor-settings-mobile.php @@ -23,7 +23,7 @@ function gutenberg_get_block_editor_settings_mobile( $settings ) { 'mobile' === $_GET['context'] ) { if ( wp_theme_has_theme_json() ) { - $settings['__experimentalStyles'] = gutenberg_get_global_styles(); + $settings['__experimentalStyles'] = wp_get_global_styles(); } // To tell mobile that the site uses quote v2 (inner blocks).