]> git.mxchange.org Git - mailer.git/commit
Use version_compare(), unregister only registered filters:
authorquix0r <quix0r@mxchange.org>
Wed, 7 Nov 2012 19:38:25 +0000 (19:38 +0000)
committerquix0r <quix0r@mxchange.org>
Wed, 7 Nov 2012 19:38:25 +0000 (19:38 +0000)
commit1ae74e8c76f36d6be9d36bd88dde322be0d2be36
tree210cc7fe603a3d2338f4a42bf67afd931b77f496
parent352cb7b7cf01c2285020138d6c73c18ddbdbd966
Use version_compare(), unregister only registered filters:
- The old version comparison is not really safe, so better use version_compare()
  with third parameter (compare operator)
- Now only registered extensions will be unregistered, as this would needlessly
  delete filter cache file
inc/extensions-functions.php
inc/filter-functions.php
inc/wrapper-functions.php