Index: htdocs/wp-includes/general-template.php
===================================================================
--- htdocs/wp-includes/general-template.php	(revision 26748)
+++ htdocs/wp-includes/general-template.php	(working copy)
@@ -1501,7 +1501,7 @@
  *
  * @param string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option.
  * @param int|object $post Optional post ID or object. Default is global $post object.
- * @return string
+ * @return string|int Formatted date string, or Unix timestamp.
  */
 function get_the_time( $d = '', $post = null ) {
 	$post = get_post($post);
@@ -1522,7 +1522,7 @@
  * @param bool $gmt Optional, default is false. Whether to return the gmt time.
  * @param int|object $post Optional post ID or object. Default is global $post object.
  * @param bool $translate Whether to translate the time string
- * @return string
+ * @return string|int Formatted date string, or Unix timestamp.
  */
 function get_post_time( $d = 'U', $gmt = false, $post = null, $translate = false ) { // returns timestamp
 	$post = get_post($post);
