Wordpress ile phpbb entegrasyon yapmaya çalışıyorum. sitede aşağıdaki hata veriyor;

Sitedeki verdiği hata: Parse error: syntax error, unexpected identifier "with", expecting ")" in /home/pcdesryt/public_html/wp-config.php on line 83

wp-config.php
82.satır: define( 'WP_DEBUG', false );
83.satır: comment ( prepend with // ) the 'WP_DEBUG' line // define( 'WP_DEBUG', true );

hataya göre dosyadaki sorunu çözebilmek için 83.satırda nasıl bir kod eklemem lazım.