diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 198bf94478..2fb98bcb9d 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -934,7 +934,10 @@ function get_theme_mod( $name, $default = false ) { } if ( is_string( $default ) ) { - $default = sprintf( $default, get_template_directory_uri(), get_stylesheet_directory_uri() ); + // Only run the replacement if an sprintf() string format pattern was found. + if ( preg_match( '#(?