From 0f47721cafd4592f78c50370734031057dd75bac Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sun, 6 Nov 2011 10:11:53 +0000 Subject: [PATCH] add init_theme action --- fp-includes/core/core.theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fp-includes/core/core.theme.php b/fp-includes/core/core.theme.php index 0eaf767..3aa74b4 100644 --- a/fp-includes/core/core.theme.php +++ b/fp-includes/core/core.theme.php @@ -303,7 +303,8 @@ $smarty->register_function('action', 'theme_smarty_function_action'); - + do_action('theme_init'); + }