|  | @@ 2631-2636 (lines=6) @@ | 
                                                            
                                    | 2628 |  | 			$mod['module_tags'] = array( self::translate_module_tag( 'Other' ) ); | 
                                                            
                                    | 2629 |  | 		} | 
                                                            
                                    | 2630 |  |  | 
                                                            
                                    | 2631 |  | 		if ( $mod['plan_classes'] ) { | 
                                                            
                                    | 2632 |  | 			$mod['plan_classes'] = explode( ',', $mod['plan_classes'] ); | 
                                                            
                                    | 2633 |  | 			$mod['plan_classes'] = array_map( 'strtolower', array_map( 'trim', $mod['plan_classes'] ) ); | 
                                                            
                                    | 2634 |  | 		} else { | 
                                                            
                                    | 2635 |  | 			$mod['plan_classes'] = array( 'free' ); | 
                                                            
                                    | 2636 |  | 		} | 
                                                            
                                    | 2637 |  |  | 
                                                            
                                    | 2638 |  | 		if ( $mod['feature'] ) { | 
                                                            
                                    | 2639 |  | 			$mod['feature'] = explode( ',', $mod['feature'] ); | 
                                                                                
                                |  | @@ 2638-2643 (lines=6) @@ | 
                                                            
                                    | 2635 |  | 			$mod['plan_classes'] = array( 'free' ); | 
                                                            
                                    | 2636 |  | 		} | 
                                                            
                                    | 2637 |  |  | 
                                                            
                                    | 2638 |  | 		if ( $mod['feature'] ) { | 
                                                            
                                    | 2639 |  | 			$mod['feature'] = explode( ',', $mod['feature'] ); | 
                                                            
                                    | 2640 |  | 			$mod['feature'] = array_map( 'trim', $mod['feature'] ); | 
                                                            
                                    | 2641 |  | 		} else { | 
                                                            
                                    | 2642 |  | 			$mod['feature'] = array( self::translate_module_tag( 'Other' ) ); | 
                                                            
                                    | 2643 |  | 		} | 
                                                            
                                    | 2644 |  |  | 
                                                            
                                    | 2645 |  | 		/** | 
                                                            
                                    | 2646 |  | 		 * Filters the feature array on a module. |