Changeset 1500166
- Timestamp:
- 09/22/2016 08:39:05 AM (10 years ago)
- File:
-
- 1 edited
-
bablic/trunk/Bablic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bablic/trunk/Bablic.php
r1466841 r1500166 77 77 // get locale hook 78 78 add_filter('locale', array(&$this, 'get_locale')); 79 79 80 80 81 81 add_action( 'admin_notices', array(&$this, 'bablic_admin_messages') ); … … 94 94 ) 95 95 ); 96 if($options['dont_permalink'] == 'no') 97 remove_filter('template_redirect','redirect_canonical'); 98 96 99 } 97 100
Note: See TracChangeset
for help on using the changeset viewer.