Index: .
===================================================================
--- .	(revision 18922)
+++ .	(working copy)
@@ -1430,6 +1430,21 @@
 }
 
 /**
+ * Check if Display Text is True
+ * 
+ * Conditional check to determine if the 
+ * user has enabled the Display Text 
+ * option for the Custom Image Header.
+ * 
+ * @uses	get_header_textcolor()
+ * @return	boolean
+ * @since	3.3.1
+ */
+function display_header_text() {
+	return 'blank' != get_header_textcolor();
+}
+
+/**
  * Retrieve header image for custom header.
  *
  * @since 2.1.0
