From b8d2f8e5ecb194c29870fb95c86db32bd9924b12 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 13 Jul 2009 04:20:26 -0400 Subject: [PATCH] remove unneeded hovertext functions, now comes from attachment --- functions.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/functions.php b/functions.php index 008d236..0f662b5 100644 --- a/functions.php +++ b/functions.php @@ -99,19 +99,6 @@ function comicpress_list_storyline_categories($args = "") { echo $output; } -/** -* Display text when image (comic) is hovered -* Text is taken from a custom field named "hovertext" -*/ -function the_hovertext() { - echo get_the_hovertext(); -} - -function get_the_hovertext() { - $hovertext = get_post_meta(get_the_ID(), "hovertext", true ); - return (empty($hovertext)) ? get_the_title() : $hovertext; -} - /** * Display the comic transcript * Transcript must be entered into a custom field named "transcript"