Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz authored and oandregal committed Jan 27, 2023
1 parent 7328c89 commit 2d91cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/global-styles-and-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function wp_get_global_settings( $path = array(), $context = array() ) {

$settings = false;
if ( $can_use_cached ) {
$settings = wp_cache_get( $cache_key, $cache_group );
$settings = wp_cache_get( $cache_key, $cache_group );
}

if ( false === $settings ) {
Expand Down

0 comments on commit 2d91cbd

Please sign in to comment.