Index: trunk/extensions/SemanticMediaWiki/includes/SMW_ParseData.php |
— | — | @@ -145,17 +145,6 @@ |
146 | 146 | } |
147 | 147 | |
148 | 148 | /** |
149 | | - * |
150 | | - * |
151 | | - * @param Title $title |
152 | | - * |
153 | | - * @return array( SMWDIProperty, SMWDataItem ) |
154 | | - */ |
155 | | - protected static function getSpecialProperties( Title $title ) { |
156 | | - |
157 | | - } |
158 | | - |
159 | | - /** |
160 | 149 | * This function takes care of storing the collected semantic data and takes |
161 | 150 | * care of clearing out any outdated entries for the processed page. It assume that |
162 | 151 | * parsing has happened and that all relevant data is contained in the provided parser |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Namespaces.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * Namespace internationalizationfor the Semantic MediaWiki extension. |
| 5 | + * Namespace internationalization for the Semantic MediaWiki extension. |
6 | 6 | * |
7 | 7 | * @since 0.1 |
8 | 8 | * |