From 3da8c0747adb6299e5c189d27acbbd61071d57ac Mon Sep 17 00:00:00 2001 From: Moc Date: Sun, 31 Mar 2013 02:39:10 -0700 Subject: [PATCH] Updated Preparing your v1.x themes for v2.x (markdown) --- Preparing-your-v1.x-themes-for-v2.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Preparing-your-v1.x-themes-for-v2.x.md b/Preparing-your-v1.x-themes-for-v2.x.md index d1ffb8c..38dc9eb 100644 --- a/Preparing-your-v1.x-themes-for-v2.x.md +++ b/Preparing-your-v1.x-themes-for-v2.x.md @@ -14,7 +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 in your theme.php file. ($register[] and everywhere else in theme.php) +* **Shortcodes** need to be set to **UPPERCASE** in all occurrences in your theme.php file. ($register[] and everywhere else in theme.php)