From 59ec252bc4f4346f55ca3458708763f5cb94a23f Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 20 Jul 2015 11:27:49 -0700 Subject: [PATCH] Update comment --- includes/functions/theme-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/theme-functions.php b/includes/functions/theme-functions.php index 6f0459b..6594049 100755 --- a/includes/functions/theme-functions.php +++ b/includes/functions/theme-functions.php @@ -432,7 +432,7 @@ function trestle_read_more_link( $default_text ) { * @param int $image_id ID of image to check. * @param string $image_size Slug of image size to check for. * - * @return [type] [description] + * @return true|false Whether or not the image has the specified size generated. */ function trestle_image_has_size( $image_id, $image_size = null ) {