Hi Greg,
I’m getting a php warning in my error log from adminpage.php in version 0.9.7.1
Here’s what it says:
[quote:1izxjv7l]PHP Warning: Call-time pass-by-reference has been deprecated in (long path)wp\wp-content\plugins\wp-slimbox2\adminpage.php on line 107, referer: /wp/wp-admin/options-general.php[/quote:1izxjv7l]
Changing line 107 to:
[code:1izxjv7l]<?php selectionGen($options->get_option(‘overlayOpacity’),$overlayOpacity); ?>[/code:1izxjv7l] (removing the &) seems to fix the problem.
I did a search and found this page:
http://cz2.php.net/language.references.pass