Coding Standards: Apply changes after running composer format.

This applies several formatting related changes made while running `composer format`.

Follow up to [55720], [58171], [58271], [58282], [58283], [58292], [58299], [58303], [58332].
See #51857, #60719, #60895, #61021, #61118, #61228, #61276, #61324.
Built from https://develop.svn.wordpress.org/trunk@58408


git-svn-id: http://core.svn.wordpress.org/trunk@57857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2024-06-13 15:06:07 +00:00
parent 4c5baa2f21
commit 2889f4d90e
10 changed files with 22 additions and 22 deletions

View File

@@ -558,8 +558,8 @@ function wp_get_typography_font_size_value( $preset, $settings = array() ) {
}
// Fallback to global settings as default.
$global_settings = wp_get_global_settings();
$settings = wp_parse_args(
$global_settings = wp_get_global_settings();
$settings = wp_parse_args(
$settings,
$global_settings
);