diff options
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r-- | modules/legacy/legacy.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index f03db2eb1..d6a34dfcb 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -12,8 +12,8 @@ function legacy_help($section) { switch ($section) { case 'admin/help#legacy': - $output = '<p>'. t('The legacy module provides legacy handlers for upgrades from older installations. These handlers help automatically redirect references to pages from old installations and prevent <em>page not found</em> errors for your site.') .'</p>'; - $output .= '<p>'. t('The legacy module handles legacy style taxonomy page, taxonomy feed, and blog feed paths. It also handles URL upgrades from Drupal 4.1. It rewrites old-style URLs to new-style URLs (clean URLs). ') .'</p>'; + $output = '<p>'. t('The legacy module provides legacy handlers for upgrades from older installations. These handlers help automatically redirect references to pages from old installations and prevent <em>page not found</em> errors for your site.') .'</p>'; + $output .= '<p>'. t('The legacy module handles legacy style taxonomy page, taxonomy feed, and blog feed paths. It also handles URL upgrades from Drupal 4.1. It rewrites old-style URLs to new-style URLs (clean URLs). ') .'</p>'; $output .= t('<p>Example Mappings:</p> <ul> <li><em>taxonomy/page/or/52,97</em> to <em>taxonomy/term/52+97</em>.</li> @@ -139,7 +139,7 @@ function legacy_filter($op, $delta = 0, $format = -1, $text = '') { * Rewrite legacy URLs. * * This is a *temporary* filter to rewrite old-style URLs to new-style - * URLs (clean URLs). Currently, URLs are being rewritten dynamically + * URLs (clean URLs). Currently, URLs are being rewritten dynamically * (ie. "on output"), however when these rewrite rules have been tested * enough, we will use them to permanently rewrite the links in node * and comment bodies. |