Skip to content

Commit

Permalink
Missing variable definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
msaari committed May 28, 2018
1 parent 5ee2810 commit b997964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/privacy.php
Expand Up @@ -26,6 +26,7 @@ function relevanssi_register_privacy_policy() {
if ( RELEVANSSI_PREMIUM ) {
$name .= ' Premium';
}
$content = '';
if ( 'on' === get_option( 'relevanssi_log_queries' ) ) {
$content = '<h2>' . __( 'What personal data we collect and why we collect it' ) . '</h2>';
if ( 'on' === get_option( 'relevanssi_log_queries_with_ip' ) ) {
Expand Down

0 comments on commit b997964

Please sign in to comment.