You should be able to add them as indicated by the highlight.
Code:
// Testimonials:
case 'testimonials_manager':
define('META_TAG_TITLE', $page_check->fields['testimonials_title'] . TITLE . TAGLINE);
define('META_TAG_DESCRIPTION', zen_trunc_string($page_check->fields['testimonials_html_text'],TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH));
define('META_TAG_KEYWORDS', $page_check->fields['testimonials_title']);
break;
Bookmarks