Plugin Directory

Changeset 1894766


Ignore:
Timestamp:
06/18/2018 07:57:34 PM (8 years ago)
Author:
scriptcoil
Message:

#Fixed issue #Shrink support fixed issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sticky-header-oceanwp/trunk/sticky-header-oceanwp.php

    r1894765 r1894766  
    33 * Plugin Name:         Sticky Header OceanWP
    44 * Description:         Want a new fresh sticky header like everyone else, with our plugin you can get the best and better sticky header that you ever seen
    5  * Version:             1.0.1
     5 * Version:             1.0.2
    66 * Author:              Oren Hahiashvili
    77 * Author URI:          https://www.script.co.il
     
    5050       
    5151        $sticky_header_styles = array(
     52            'float',
    5253            'shrink',
    53             'fixed',
    5454        );
    5555       
     
    6060       
    6161        $current_style = get_option('oceanwp_header_style');
    62         if ($current_style == 'float') {
     62        if ($current_style == 'fixed') {
    6363            update_option('oceanwp_header_style', 'shrink');
    6464            $current_style = 'shrink';
Note: See TracChangeset for help on using the changeset viewer.