|  | @@ 2489-2494 (lines=6) @@ | 
                                                            
                                    | 2486 |  | 			$mod['module_tags'] = array( self::translate_module_tag( 'Other' ) ); | 
                                                            
                                    | 2487 |  | 		} | 
                                                            
                                    | 2488 |  |  | 
                                                            
                                    | 2489 |  | 		if ( $mod['plan_classes'] ) { | 
                                                            
                                    | 2490 |  | 			$mod['plan_classes'] = explode( ',', $mod['plan_classes'] ); | 
                                                            
                                    | 2491 |  | 			$mod['plan_classes'] = array_map( 'strtolower', array_map( 'trim', $mod['plan_classes'] ) ); | 
                                                            
                                    | 2492 |  | 		} else { | 
                                                            
                                    | 2493 |  | 			$mod['plan_classes'] = array( 'free' ); | 
                                                            
                                    | 2494 |  | 		} | 
                                                            
                                    | 2495 |  |  | 
                                                            
                                    | 2496 |  | 		if ( $mod['feature'] ) { | 
                                                            
                                    | 2497 |  | 			$mod['feature'] = explode( ',', $mod['feature'] ); | 
                                                                                
                                |  | @@ 2496-2501 (lines=6) @@ | 
                                                            
                                    | 2493 |  | 			$mod['plan_classes'] = array( 'free' ); | 
                                                            
                                    | 2494 |  | 		} | 
                                                            
                                    | 2495 |  |  | 
                                                            
                                    | 2496 |  | 		if ( $mod['feature'] ) { | 
                                                            
                                    | 2497 |  | 			$mod['feature'] = explode( ',', $mod['feature'] ); | 
                                                            
                                    | 2498 |  | 			$mod['feature'] = array_map( 'trim', $mod['feature'] ); | 
                                                            
                                    | 2499 |  | 		} else { | 
                                                            
                                    | 2500 |  | 			$mod['feature'] = array( self::translate_module_tag( 'Other' ) ); | 
                                                            
                                    | 2501 |  | 		} | 
                                                            
                                    | 2502 |  |  | 
                                                            
                                    | 2503 |  | 		/** | 
                                                            
                                    | 2504 |  | 		 * Filters the feature array on a module. |