Code fixes
-
Seeing that the last version is from over a year ago, I don’t think any updates with fixes will get posted anytime soon. So here is my list of fixes I did myself for anyone who has issues.
All fixes are in
easy-columns.php
.Line 233
$this->use_custom
should be
$this->options['use_custom']
Line 259
$this->options['>onehalf_margin']
should be
$this->options['onehalf_margin']
Line 364
'threequarter_type' => '%',
should be
'threequarter_margin_type' => '%',
Line 448
add_options_page([...], 8, [...]);
should be
add_options_page([...], 'manage_options', [...]);
- The topic ‘Code fixes’ is closed to new replies.