Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php |
— | — | @@ -201,9 +201,9 @@ |
202 | 202 | # their queries. |
203 | 203 | ## |
204 | 204 | $smwgQConceptCaching = CONCEPT_CACHE_HARD; // Which concepts should be displayed only if available from cache? |
205 | | - // CONCEPT_CACHE_ALL -- show concept elements anywhere only if cached |
| 205 | + // CONCEPT_CACHE_ALL -- show concept elements anywhere only if they are cached |
206 | 206 | // CONCEPT_CACHE_HARD -- show without cache if concept is not harder than permitted inline queries |
207 | | - // CONCEPT_CACHE_NONE -- show all concepts without any cache |
| 207 | + // CONCEPT_CACHE_NONE -- show all concepts even without any cache |
208 | 208 | // In any cases, caches will always be used if available. |
209 | 209 | $smwgQConceptMaxSize = 20; // Same as $smwgQMaxSize, but for concepts |
210 | 210 | $smwgQConceptMaxDepth = 8; // Same as $smwgQMaxDepth, but for concepts |