--- token.module	2007-08-13 12:01:25.000000000 -0400
+++ token.module	2007-09-16 02:47:23.000000000 -0400
@@ -78,6 +78,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']  = 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;
@@ -106,6 +107,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;
