浏览代码

Just a description

Signed-off-by: Suki <[email protected]>
Suki 11 年之前
父节点
当前提交
a94e008be9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Sources/ManageSettings.php

+ 3 - 3
Sources/ManageSettings.php

@@ -18,10 +18,10 @@ if (!defined('SMF'))
 	die('Hacking attempt...');
 
 /**
- * This just avoids some repetition.
+ * This function makes sure the requested subaction does exists, if it doesn't, it sets a default action or.
  *
- * @param array $subActions = array()
- * @param string $defaultAction = ''
+ * @param array $subActions = array() An array containing all possible subactions.
+ * @param string $defaultAction = '' the default action to be called if no valid subaction was found.
  */
 function loadGeneralSettingParameters($subActions = array(), $defaultAction = '')
 {