options array isn't handled correctly, pre-3.5 dependency
-
Nice.
But Line 454 needs to be changed fromif ($options[‘auto_insert’])
to
if (array_key_exists(‘auto_insert’, $options) && $options[‘auto_insert’])
Also in Version 3.5+ of WP, they killed off the use of the attachment_fields_to_edit callback you’re using.
Are you willing to take on a co-contributor?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘options array isn't handled correctly, pre-3.5 dependency’ is closed to new replies.