|  | @@ 2578-2583 (lines=6) @@ | 
                                                            
                                    | 2575 |  | 			$mod['module_tags'] = array( self::translate_module_tag( 'Other' ) ); | 
                                                            
                                    | 2576 |  | 		} | 
                                                            
                                    | 2577 |  |  | 
                                                            
                                    | 2578 |  | 		if ( $mod['plan_classes'] ) { | 
                                                            
                                    | 2579 |  | 			$mod['plan_classes'] = explode( ',', $mod['plan_classes'] ); | 
                                                            
                                    | 2580 |  | 			$mod['plan_classes'] = array_map( 'strtolower', array_map( 'trim', $mod['plan_classes'] ) ); | 
                                                            
                                    | 2581 |  | 		} else { | 
                                                            
                                    | 2582 |  | 			$mod['plan_classes'] = array( 'free' ); | 
                                                            
                                    | 2583 |  | 		} | 
                                                            
                                    | 2584 |  |  | 
                                                            
                                    | 2585 |  | 		if ( $mod['feature'] ) { | 
                                                            
                                    | 2586 |  | 			$mod['feature'] = explode( ',', $mod['feature'] ); | 
                                                                                
                                |  | @@ 2585-2590 (lines=6) @@ | 
                                                            
                                    | 2582 |  | 			$mod['plan_classes'] = array( 'free' ); | 
                                                            
                                    | 2583 |  | 		} | 
                                                            
                                    | 2584 |  |  | 
                                                            
                                    | 2585 |  | 		if ( $mod['feature'] ) { | 
                                                            
                                    | 2586 |  | 			$mod['feature'] = explode( ',', $mod['feature'] ); | 
                                                            
                                    | 2587 |  | 			$mod['feature'] = array_map( 'trim', $mod['feature'] ); | 
                                                            
                                    | 2588 |  | 		} else { | 
                                                            
                                    | 2589 |  | 			$mod['feature'] = array( self::translate_module_tag( 'Other' ) ); | 
                                                            
                                    | 2590 |  | 		} | 
                                                            
                                    | 2591 |  |  | 
                                                            
                                    | 2592 |  | 		/** | 
                                                            
                                    | 2593 |  | 		 * Filters the feature array on a module. |