Index: trunk/extensions/SemanticForms/includes/SF_FormEditTab.php |
— | — | @@ -108,8 +108,7 @@ |
109 | 109 | |
110 | 110 | /** |
111 | 111 | * Like displayTab(), but called with a different hook - this one is |
112 | | - * called for the 'Vector' skin in MW 1.16, as well as all skins |
113 | | - * starting with MW 1.17 (?). |
| 112 | + * called for the 'Vector' skin, and others. |
114 | 113 | */ |
115 | 114 | static function displayTab2( $obj, &$links ) { |
116 | 115 | // the old '$content_actions' array is thankfully just a |