|  | @@ 184-185 (lines=2) @@ | 
                                                            
                                    | 181 |  | 			$this->presentation_settings['fade'] = $atts['fade']; | 
                                                            
                                    | 182 |  | 		} | 
                                                            
                                    | 183 |  |  | 
                                                            
                                    | 184 |  | 		if ( '' != trim( $atts['fadebullets'] ) ) { | 
                                                            
                                    | 185 |  | 			$this->presentation_settings['fadebullets'] = $atts['fadebullets']; | 
                                                            
                                    | 186 |  | 		} | 
                                                            
                                    | 187 |  |  | 
                                                            
                                    | 188 |  | 		// Set any settings the slides don't care about | 
                                                                                
                                |  | @@ 322-323 (lines=2) @@ | 
                                                            
                                    | 319 |  | 		} | 
                                                            
                                    | 320 |  |  | 
                                                            
                                    | 321 |  | 		// Setting if bullets should fade on step changes | 
                                                            
                                    | 322 |  | 		if ( '' == trim( $atts['fadebullets'] ) ) { | 
                                                            
                                    | 323 |  | 			$atts['fadebullets'] = $this->presentation_settings['fadebullets']; | 
                                                            
                                    | 324 |  | 		} | 
                                                            
                                    | 325 |  |  | 
                                                            
                                    | 326 |  | 		if ( 'on' == $atts['fadebullets'] || 'true' == $atts['fadebullets'] ) { |