From 56041459b63978dc15846c08db6f58cdd2c08254 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 28 Sep 2011 11:39:09 +0000 Subject: [PATCH] backport --- include/functions_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_config.inc.php b/include/functions_config.inc.php index 4003b74c..a9a5790d 100644 --- a/include/functions_config.inc.php +++ b/include/functions_config.inc.php @@ -2154,7 +2154,7 @@ function serendipity_loadGlobalThemeOptions(&$template_config, &$template_loaded 'var' => 'navlink' . $i . 'text', 'name' => NAV_LINK_TEXT . ' #' . ($i+1), 'type' => 'string', - 'default' => 'Link #' . $i, + 'default' => 'Link #' . ($i+1), 'scope' => 'global' ); $template_config[] = array(