From c3c7b3ca96d2d698042b4fae46dc3045543c1a43 Mon Sep 17 00:00:00 2001 From: marj Date: Tue, 17 Nov 2009 15:29:33 +0000 Subject: [PATCH] PHPdoc fix --- e107_handlers/shortcode_handler.php | 21 +++++++++++++-------- e107_handlers/sitelinks_class.php | 9 ++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/e107_handlers/shortcode_handler.php b/e107_handlers/shortcode_handler.php index fe4ea203c..c68457a83 100644 --- a/e107_handlers/shortcode_handler.php +++ b/e107_handlers/shortcode_handler.php @@ -9,9 +9,9 @@ * e107 Shortcode handler * * $Source: /cvs_backup/e107_0.8/e107_handlers/shortcode_handler.php,v $ - * $Revision: 1.34 $ - * $Date: 2009-10-20 16:00:37 $ - * $Author: secretr $ + * $Revision: 1.35 $ + * $Date: 2009-11-17 15:29:33 $ + * $Author: marj_nl_fr $ */ if (!defined('e107_INIT')) { exit; } @@ -142,7 +142,8 @@ class e_shortcode /** * Register any shortcode from the shortcode/override/ directory - * @return + * + * @return void */ protected function loadOverrideShortcodes() { @@ -163,7 +164,8 @@ class e_shortcode /** * Register any shortcodes that were registered by the theme * $register_sc[] = 'MY_THEME_CODE' - * @return + * + * @return void */ protected function loadThemeShortcodes() { @@ -185,7 +187,8 @@ class e_shortcode /** * Register all .sc files found in plugin directories (via pref) - * @return + * + * @return void */ protected function loadPluginSCFiles() { @@ -219,7 +222,8 @@ class e_shortcode /** * Register Plugin Shortcode Batch files (e_shortcode.php) for use site-wide. * Equivalent to multiple .sc files in the plugin's folder. - * @return + * + * @return void */ protected function loadPluginShortcodes() { @@ -259,7 +263,8 @@ class e_shortcode /** * Register Core Shortcode Batches. * FIXME - currently loaded all the time (even on front-end) - * @return + * + * @return void */ function loadCoreShortcodes() { diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 0d18b7092..0d2c8b85e 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -9,8 +9,8 @@ * * * $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $ - * $Revision: 1.20 $ - * $Date: 2009-11-17 10:46:34 $ + * $Revision: 1.21 $ + * $Date: 2009-11-17 15:29:33 $ * $Author: marj_nl_fr $ */ @@ -18,11 +18,6 @@ if (!defined('e107_INIT')) { exit; } include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_sitelinks.php"); -/** -* @return void -* @desc Outputs sitelinks -*/ - class sitelinks {