Completed
Branch release-2.1 (e49a83)
by Michael
08:59
created
Themes/default/MoveTopic.template.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -83,6 +83,7 @@
 block discarded – undo
83 83
  * Redirection topic options
84 84
  *
85 85
  * @var string $type What type of topic this is for - currently 'merge' or 'move'. Used to display appropriate text strings...
86
+ * @param string $type
86 87
  */
87 88
 function template_redirect_options($type)
88 89
 {
Please login to merge, or discard this patch.
Themes/default/Packages.template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1096,7 +1096,7 @@
 block discarded – undo
1096 1096
 /**
1097 1097
  * CHMOD control form
1098 1098
  *
1099
- * @return bool False if nothing to do.
1099
+ * @return false|null False if nothing to do.
1100 1100
  */
1101 1101
 function template_control_chmod()
1102 1102
 {
Please login to merge, or discard this patch.