mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
[1.7.0] Change ->Revision member variable to a legit configuration directive. Start writing tutorial for customization.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1171 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -43,16 +43,6 @@ class HTMLPurifier_Config
|
||||
*/
|
||||
var $version = '1.6.1';
|
||||
|
||||
/**
|
||||
* Integer key users can use to indicate they have manually
|
||||
* overridden some internal behavior and would like the
|
||||
* cache to invalidate itself. This is used in conjunction
|
||||
* with the %NAMESPACE.DefinitionID, the semantic difference is
|
||||
* that the configuration directive determines "semantic identity",
|
||||
* while this integer indicates "chronological identity".
|
||||
*/
|
||||
var $revision = 1;
|
||||
|
||||
/**
|
||||
* Two-level associative array of configuration directives
|
||||
*/
|
||||
|
Reference in New Issue
Block a user