From 148f39fba06e744be65ce6f572988c4be6c7e467 Mon Sep 17 00:00:00 2001 From: Moc Date: Sat, 23 Mar 2013 03:48:48 -0700 Subject: [PATCH] Updated Preparing your v1.x themes for v2.x (markdown) --- Preparing-your-v1.x-themes-for-v2.x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Preparing-your-v1.x-themes-for-v2.x.md b/Preparing-your-v1.x-themes-for-v2.x.md index b20234b..6ca1cd3 100644 --- a/Preparing-your-v1.x-themes-for-v2.x.md +++ b/Preparing-your-v1.x-themes-for-v2.x.md @@ -14,6 +14,7 @@ However, to get the most out of v2.x, we suggest the following changes be made t * If you have used index.php in your **$CUSTOMPAGES** list, use **FRONTPAGE** instead (see above) * The function **theme_head()** has been deprecated. Instead, use either e107::css() or e107::js() to include what you require in the header. (see bootstrap or other new core theme for examples) +* Shortcodes need to be set to UPPERCASE in all occurrences: $register[] = and everywhere else in theme.php