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"