Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isset() needed on post title and content #8

Open
saltnpixels opened this issue Apr 17, 2016 · 0 comments
Open

isset() needed on post title and content #8

saltnpixels opened this issue Apr 17, 2016 · 0 comments

Comments

@saltnpixels
Copy link

You need to add isset() to $post_data['post_title'] and post_content around line 1153
because sometimes we are trying to update a post without the title or content. We just want to update some custom fields...
So i made a form without those fields and it crashed...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant