From bd1c87fbea11692388d07023a9fda2c1ac285438 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 9 Feb 2011 02:23:52 +0000
Subject: [PATCH] - Patch #1049528 by sreynen: change script example for
 drupal_parse_info_file() from .css to .js.

---
 includes/common.inc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/includes/common.inc b/includes/common.inc
index 2ab991433cf4..ea0a4ae1bfa8 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -6900,15 +6900,15 @@ function drupal_write_record($table, &$record, $primary_keys = array()) {
  * @see forum.info
  *
  * Information stored in a theme .info file:
- * - name: The real name of the theme for display purposes
- * - description: Brief description
+ * - name: The real name of the theme for display purposes.
+ * - description: Brief description.
  * - screenshot: Path to screenshot relative to the theme's .info file.
  * - engine: Theme engine; typically phptemplate.
- * - base: Name of a base theme, if applicable, eg: base = zen
- * - regions: Listed regions eg: region[left] = Left sidebar
- * - features: Features available eg: features[] = logo
- * - stylesheets: Theme stylesheets eg: stylesheets[all][] = my-style.css
- * - scripts: Theme scripts eg: scripts[] = my-script.css
+ * - base: Name of a base theme, if applicable; e.g., base = zen.
+ * - regions: Listed regions; e.g., region[left] = Left sidebar.
+ * - features: Features available; e.g., features[] = logo.
+ * - stylesheets: Theme stylesheets; e.g., stylesheets[all][] = my-style.css.
+ * - scripts: Theme scripts; e.g., scripts[] = my-script.js.
  *
  * @see bartik.info
  *
-- 
GitLab