--- includes/theme_old.inc	2010-10-28 12:11:04.000000000 -0400
+++ includes/theme.inc	2010-10-28 12:27:55.000000000 -0400
@@ -1244,6 +1244,7 @@ function theme_links($links, $attributes
  *
  * @param $path
  *   Either the path of the image file (relative to base_path()) or a full URL.
+ *   If this is a full URL, $getsize must be set to FALSE.
  * @param $alt
  *   The alternative text for text-based browsers.
  * @param $title
@@ -1252,6 +1253,7 @@ function theme_links($links, $attributes
  *   Associative array of attributes to be placed in the img tag.
  * @param $getsize
  *   If set to TRUE, the image's dimension are fetched and added as width/height attributes.
+ *   $getsize must be set to FALSE if $path is a full URL.
  * @return
  *   A string containing the image tag.
  */
