Index: wp-includes/theme.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-includes/theme.php	(revision 116f59af6039f50bc11145c5fd842716a736d6d4)
+++ wp-includes/theme.php	(revision )
@@ -816,6 +816,20 @@
 }
 
 /**
+ * Display theme modification value for the current theme.
+ *
+ * @since 4.4.0
+ *
+ * @param string $name Theme modification name.
+ * @param bool|string $default
+ *
+ * @return string
+ */
+function the_theme_mod( $name, $default = false ) {
+	echo get_theme_mod( $name, $default );
+}
+
+/**
  * Retrieve theme modification value for the current theme.
  *
  * If the modification name does not exist, then the $default will be passed
