Plugin Directory

Changeset 2441671


Ignore:
Timestamp:
12/17/2020 03:31:59 PM (5 years ago)
Author:
raymondgillespie
Message:

Fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gdpr-banner/trunk/gdpr-banner.php

    r2441669 r2441671  
    33Plugin Name: GDPR Banner
    44Description: Adds a banner to your website to assist with GDPR compliance, featuring links to privacy policy and T&Cs, and allows users to disable Google Analytics cookies.
    5 Version: 1.5.1
     5Version: 1.5.2
    66Author: Worcester Web Studio
    77Author URI: https://www.worcesterwebstudio.com/
     
    8989        <p>Show Banner at Top on Mobile <input name="gdpr_banner_mobile_position" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_mobile_position' ) ); ?> /> </p>
    9090        <p>Show Banner at Top on Desktop <input name="gdpr_banner_desktop_position" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_desktop_position' ) ); ?> /></p>
    91         <p>Enable full screem mode (this will ignore any top or bottom placement on desktop and mobile) <input name="gdpr_banner_full_screen" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_full_screen' ) ); ?> /></p>
     91        <p>Enable full screen mode (this will ignore any top or bottom placement on desktop and mobile) <input name="gdpr_banner_full_screen" type="checkbox" value="1" <?php checked( '1', get_option( 'gdpr_banner_full_screen' ) ); ?> /></p>
    9292        <?php wp_nonce_field('gdpr-banner-update-settings'); ?>
    9393        <?php submit_button(); ?>
Note: See TracChangeset for help on using the changeset viewer.