title-capitalization-for-wordpress
                                
                                
                                
                                    title-capitalization-for-wordpress copied to clipboard
                            
                            
                            
                        Introduce nonce verification when checking for new posts
Bringing some of the code up to the WordPress coding standards requires nonce verification in some of the functions for 1.3.0.
I'll take a look.
I had a difficult time finding a nonce to check. In the end I can't consistently check $_POST['_wpnonce'] as I can't reliably find the action. Sometimes it's'update_post_' . $_POST['ID']`, but I don't know what it is for an initial post.
I'll keep looking.