%s   ', __('Some option settings are missing. Please reactivate.', $this->name), __('Reactivate', $this->name) ); } if ($show_link) { $show_link_check1 = 'checked'; $show_link_check2 = ''; } else { $show_link_check1 = ''; $show_link_check2 = 'checked'; } if ($can_close) $can_close_check = 'checked'; else $can_close_check = ''; printf('

%s

General Configurations

', __('Support this plugin!', $this->name), __('Display "Powered by Anti-AdBlock" link at the bottom right corner of the AdBlock notification message', $this->name), __('Do not display "Powered by Anti-AdBlock" link. I will ', $this->name), __('donate', $this->name), __('and/or write about this plugin', $this->name), __('Your current nonce. Automatically re-generated everytime you visit this page.', $this->name), attribute_escape($my_nonce), __('Allow users to close AdBlock notification message.', $this->name), __('Maximum number of times that the AdBlock message is displayed to a visitor.', $this->name), attribute_escape($max_nag), __('Image to display along with the AdBlock notification message.', $this->name), attribute_escape($image), __('AdBlock notification message to display to visitors with AdBlock enabled.', $this->name), attribute_escape($message), __('CSS for notification message.', $this->name), attribute_escape($message_css) ); if ( function_exists( 'wp_nonce_field' ) && wp_nonce_field( $this->name ) ) { printf('

', __('Update Options', $this->name), __('Reset ALL Options', $this->name) ); } ?>