Changeset 839235
- Timestamp:
- 01/15/2014 07:55:21 PM (12 years ago)
- Location:
- sticky-header/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
class-sticky-header.php (modified) (1 diff)
-
sticky-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sticky-header/trunk/README.txt
r828983 r839235 4 4 Requires at least: 3.5 5 5 Tested up to: 3.8.1 6 Stable tag: 1. 1.16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 1.2 = 55 * Fixes a PHP notice. 56 54 57 = 1.1 = 55 58 * Added Sticky Header max interior width. -
sticky-header/trunk/class-sticky-header.php
r828979 r839235 177 177 color: <?php echo $plugin_settings['text_color']; ?> !important; 178 178 } 179 <?php if( '' != $plugin_settings['inner_width'] ) : ?> 179 <?php if ( isset( $plugin_settings['inner_width'] ) ) : ?> 180 <?php if ( '' != $plugin_settings['inner_width'] ) : ?> 180 181 #thsp-sticky-header-inner { 181 182 max-width: <?php echo $plugin_settings['inner_width']; ?>px; 182 183 margin: 0 auto; 183 184 } 185 <?php endif; ?> 184 186 <?php endif; ?> 185 187 </style> -
sticky-header/trunk/sticky-header.php
r828983 r839235 13 13 * Plugin URI: http://thematosoup.com 14 14 * Description: Adds sticky header to your WordPress website 15 * Version: 1. 1.115 * Version: 1.2 16 16 * Author: ThematoSoup 17 17 * Author URI: http://thematosoup.com
Note: See TracChangeset
for help on using the changeset viewer.