Changeset 1441139
- Timestamp:
- 06/21/2016 05:41:02 PM (10 years ago)
- Location:
- anylink/trunk
- Files:
-
- 2 edited
-
classes/al_filter.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anylink/trunk/classes/al_filter.php
r1441096 r1441139 12 12 $this -> redirectType = $anylinkOptions['redirectType']; 13 13 $this -> rel = $anylinkOptions['rel']; 14 $this -> whiteList = $anylinkOptions['rules']; 14 if( isset( $anylinkOptions['rules'] ) ) 15 $this -> whiteList = $anylinkOptions['rules']; 15 16 } 16 17 /** -
anylink/trunk/functions.php
r1441096 r1441139 113 113 add_option( 'anylink_options', 114 114 array( 115 'version' => 14,115 'version' => 30, 116 116 'redirectCat' => 'goto', 117 117 'oldCat' => 'goto',
Note: See TracChangeset
for help on using the changeset viewer.