Changeset 1272292
- Timestamp:
- 10/24/2015 03:47:09 PM (10 years ago)
- Location:
- genesis-connect-for-woothemes-sensei/trunk
- Files:
-
- 2 edited
-
genesis-connect-for-woothemes-sensei.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genesis-connect-for-woothemes-sensei/trunk/genesis-connect-for-woothemes-sensei.php
r1272291 r1272292 6 6 * Author: Christoph Herr 7 7 * Author URI: http://www.christophherr.com 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Text Domain: genesis-connect-for-woothemes-sensei 10 10 * Domain Path: /languages … … 14 14 * @package GenesisConnectforWoothemesSensei 15 15 * @author Christoph Herr 16 * @version 1.0. 216 * @version 1.0.3 17 17 * @license GPL-2.0+ 18 18 * … … 133 133 */ 134 134 function gcfws_genesis_sensei_wrapper_end() { 135 echo'</ div> <!-- end main-->';135 echo'</main> <!-- end main-->'; 136 136 get_sidebar(); 137 137 echo'</div> <!-- end .content-sidebar-wrap-->'; -
genesis-connect-for-woothemes-sensei/trunk/readme.txt
r1272291 r1272292 6 6 Requires at least: 4.1 7 7 Tested up to: 4.3 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 License: GPL-2.0+ 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 55 55 == Changelog == 56 56 57 = 1.0.3 = 58 59 * Corrected oversight in original code. First closing tag should be </main> instead of </div> 60 see: http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210 61 57 62 = 1.0.2 = 58 63 … … 69 74 == Upgrade Notice == 70 75 76 = 1.0.3 = 77 78 This version corrects an oversight in the original code 79 that caused issues with Cobalt Apps' Dynamik theme. 80 71 81 = 1.0.2 = 72 82
Note: See TracChangeset
for help on using the changeset viewer.