--- token.module	2007-11-16 17:29:40.000000000 -0500
+++ token.module	2007-11-24 20:14:57.000000000 -0500
@@ -63,6 +63,7 @@
       $values['site-url']     = $base_url;
       $values['site-name']    = variable_get('site_name', t('Drupal'));
       $values['site-slogan']  = variable_get('site_slogan', '');
+      $values['site-mission'] = filter_xss_admin(variable_get('site_mission', ''));
       $values['site-mail']    = variable_get('site_mail', '');
       $values['site-date']    = format_date(time(), 'short', '', variable_get('date_default_timezone', 0));
       break;
@@ -91,6 +92,7 @@
   $tokens['global']['site-url']     = t('The url of the current Drupal website.');
   $tokens['global']['site-name']    = t('The name of the current Drupal website.');
   $tokens['global']['site-slogan']  = t('The slogan of the current Drupal website.');
+  $tokens['global']['site-mission'] = t('The mission of the current Drupal website.');
   $tokens['global']['site-mail']    = t('The contact email address for the current Drupal website.');
   $tokens['global']['site-date']    = t("The current date on the site's server.");
   return $tokens;
