|  | @@ 734-736 (lines=3) @@ | 
                                                            
                                    | 731 |  | 		$options['hide_smile'] = isset( $_POST['hide_smile'] ) && $_POST['hide_smile']; | 
                                                            
                                    | 732 |  |  | 
                                                            
                                    | 733 |  | 		$options['roles'] = array( 'administrator' ); | 
                                                            
                                    | 734 |  | 		foreach ( get_editable_roles() as $role => $details ) { | 
                                                            
                                    | 735 |  | 			if ( isset( $_POST["role_$role"] ) && $_POST["role_$role"] ) { | 
                                                            
                                    | 736 |  | 				$options['roles'][] = $role; | 
                                                            
                                    | 737 |  | 			} | 
                                                            
                                    | 738 |  | 		} | 
                                                            
                                    | 739 |  |  | 
                                                                                
                                |  | @@ 741-743 (lines=3) @@ | 
                                                            
                                    | 738 |  | 		} | 
                                                            
                                    | 739 |  |  | 
                                                            
                                    | 740 |  | 		$options['count_roles'] = array(); | 
                                                            
                                    | 741 |  | 		foreach ( get_editable_roles() as $role => $details ) { | 
                                                            
                                    | 742 |  | 			if ( isset( $_POST["count_role_$role"] ) && $_POST["count_role_$role"] ) { | 
                                                            
                                    | 743 |  | 				$options['count_roles'][] = $role; | 
                                                            
                                    | 744 |  | 			} | 
                                                            
                                    | 745 |  | 		} | 
                                                            
                                    | 746 |  |  |