optimizely / wordpress-plugin

An Optimizely plugin for Wordpress.
https://wordpress.org/plugins/optimizely/
Other
10 stars 12 forks source link

Small fix: Adding curly brackets to optimizely.php #3

Closed andrej1c closed 9 years ago

andrej1c commented 9 years ago

The code below 'if ( is_admin() )' is indented and meant to work only if said statement is true. However, without curly brackets only the first indented line takes the conditional into consideration.