Drupal 6 upgrade

Comments

aufumy’s picture

StatusFileSize
new9.32 KB

Added site name to auto-discovery title

-      'title' => $opensearch_shortname
+      'title' => variable_get('site_name', 'Drupal') . ' ' . $opensearch_shortname
xiong’s picture

Status: Needs review » Reviewed & tested by the community
aufumy’s picture

Version: master » 6.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

Added DRUPAL-6--1 branch, dev release here:
http://drupal.org/node/295878

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.