%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), __('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) ); if ( function_exists( 'wp_nonce_field' ) && wp_nonce_field( $this->name ) ) { printf('

', __('Update Options', $this->name), __('Reset ALL Options', $this->name) ); if(isset($_GET['debug']) && $_GET['debug'] > 0) { printf('', __('Upgrade Options', $this->name)); } printf('

'); } ?>