Changeset 1894766
- Timestamp:
- 06/18/2018 07:57:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sticky-header-oceanwp/trunk/sticky-header-oceanwp.php
r1894765 r1894766 3 3 * Plugin Name: Sticky Header OceanWP 4 4 * 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. 15 * Version: 1.0.2 6 6 * Author: Oren Hahiashvili 7 7 * Author URI: https://www.script.co.il … … 50 50 51 51 $sticky_header_styles = array( 52 'float', 52 53 'shrink', 53 'fixed',54 54 ); 55 55 … … 60 60 61 61 $current_style = get_option('oceanwp_header_style'); 62 if ($current_style == 'f loat') {62 if ($current_style == 'fixed') { 63 63 update_option('oceanwp_header_style', 'shrink'); 64 64 $current_style = 'shrink';
Note: See TracChangeset
for help on using the changeset viewer.