Changeset 805843
- Timestamp:
- 11/17/2013 05:47:26 PM (12 years ago)
- Location:
- wp-slide-out-tab/trunk
- Files:
-
- 4 edited
-
output.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
slide-out-tab-script.js (modified) (1 diff)
-
slide-out-tab.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-slide-out-tab/trunk/output.php
r802739 r805843 8 8 9 9 <div id="slide-out-tab-content"> 10 <?php echo get_option ( "wp_slide_out_content"); ?>10 <?php echo do_shortcode ( get_option ( "wp_slide_out_content" ) ); ?> 11 11 12 12 </div><!-- #slide-out-tab-content --> -
wp-slide-out-tab/trunk/readme.txt
r802739 r805843 4 4 Requires at least: 3.7 5 5 Tested up to: 3.7.1 6 Stable tag: 1. 0.46 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.1 = 44 Content now correctly displays shortcodes 45 43 46 = 1.0.4 = 44 47 Updated plugin headers -
wp-slide-out-tab/trunk/slide-out-tab-script.js
r802739 r805843 9 9 contentheight=$('#slide-out-tab-content').height() + 17; 10 10 console.log('asdf' + tabheight); 11 // $('#slide-out-tab-tab').html(tabheight);12 11 $('#slide-out-tab-wrap').css('bottom',tabheight+'px'); 13 12 // On click, slide the tab up and down -
wp-slide-out-tab/trunk/slide-out-tab.php
r802739 r805843 1 1 <?php 2 3 4 2 /** 5 3 Plugin Name: Slide Out Tab 6 4 Plugin URI: http://catapultdesign.co.uk 7 5 Description: A slide out tab that can be used for marketing and promotional offers 8 Version: 1. 0.46 Version: 1.1 9 7 Author: Catapult 10 8 Author URI: http://catapultdesign.co.uk
Note: See TracChangeset
for help on using the changeset viewer.