Index: htdocs/wp-includes/option.php
===================================================================
--- htdocs/wp-includes/option.php	(revision 28372)
+++ htdocs/wp-includes/option.php	(working copy)
@@ -551,13 +551,13 @@
 /**
  * Get the value of a transient.
  *
- * If the transient does not exist or does not have a value, then the return value
+ * If the transient does not exist, does not have a value, or has expired, then the return value
  * will be false.
  *
  * @since 2.8.0
  *
  * @param string $transient Transient name. Expected to not be SQL-escaped
- * @return mixed Value of transient
+ * @return mixed False or Value of transient
  */
 function get_transient( $transient ) {