Closed helgatheviking closed 10 years ago
Marvellous :)
Great! I wasn't 100% sure
<?php $crop = isset( $options['project-archive']['crop'] ) ? $options['project-archive']['crop'] : 'no'; ?>
was the most elegant way to do it, but I was getting PHP notices about $options['project-archives']['crop']
being unset.... but this doesn't require an upgrade routine, so that seemed like a good trade off.
and clean up some if isset checks for saving meta fields. for #62