Actions
Bug #787
closedbp-nelo/footer.php - Remove "get_option('tn_wpmu_goggle_code')" line
Status:
Resolved
Priority name:
Low
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2011-06-02
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
In bp-nelo/footer.php, there is the following line:
<?php $tn_wpmu_goggle_code = get_option('tn_wpmu_goggle_code'); echo stripslashes($tn_wpmu_goggle_code); ?>
I couldn't find any reference to "tn_wpmu_goggle_code" on CAC and am wondering if it is safe to remove this.
Even if it is relevant, this line of code should be moved above the </body> line.
Actions