Revision: 51310
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at September 20, 2011 23:56 by S_Park
                            
                            Initial Code
/* Add custom user role -  http://codex.wordpress.org/Roles_and_Capabilities */
add_role('site_developer', 'Site Developer', array(
    'read' => true,
    'edit_posts' => true,
    'delete_posts' => false
));
                                Initial URL
Initial Description
Initial Title
Wordpress add custom user role
Initial Tags
Initial Language
PHP