tammyhart / Reusable-Custom-WordPress-Meta-Boxes

177 stars 97 forks source link

A Few Minor Improvements #8

Closed pippinsplugins closed 11 years ago

pippinsplugins commented 12 years ago

These are just a couple of small improvements for you. Mostly just adding some data validation, a few formatting improvements, etc.

tammyhart commented 12 years ago

Everything looks good except those unnecessary spaces before selected. Remove those, and I'll merge. Thanks!

pippinsplugins commented 12 years ago

Just updated to remove the spaces.

henryleo commented 12 years ago

In meta_box.php (specifically the section that pulls in the Post List) shouldn't it read 'post_type' => rather than 'post-type' ?