michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
337 stars 71 forks source link

Metabox not stored on intial save/publish #211

Closed matt2314 closed 9 years ago

matt2314 commented 9 years ago

I have added a single text-area to regular posts via AdminPageFramework_MetaBox. With version 3.5.7.1 of the plugin I now have the problem that the value is not stored when I hit save or publish for the first time. On subsequent updates everything works as expected though.

Tested on:

Issue did not happen in those same setups with Admin Page Framework 3.5.6.

See thread on wordpress.org: https://wordpress.org/support/topic/metabox-not-stored-on-intial-savepublish

michaeluno commented 9 years ago

Thanks for the report.

I've uploaded a development branch 3.5.8b which includes this fix.

Let me know if it works for you.