*/ function clean_gallery_add_author_bio_box() { $content=''; if (is_single()) { $content .= ' '; } return $content; }