Changeset 2021789
- Timestamp:
- 01/30/2019 09:49:28 AM (7 years ago)
- Location:
- sermon-manager-for-wordpress/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
views/partials/content-sermon-wrapper-end.php (modified) (1 diff)
-
views/partials/content-sermon-wrapper-start.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sermon-manager-for-wordpress/trunk/readme.txt
r2020189 r2021789 123 123 124 124 ## Changelog ## 125 ### 2.15.14 ### 126 * Add compatibility for Pro theme 127 125 128 ### 2.15.13 ### 126 129 * New: Dutch translation (thanks @LeonCB!) -
sermon-manager-for-wordpress/trunk/views/partials/content-sermon-wrapper-end.php
r2019039 r2021789 79 79 echo '</div><!-- end of #content-wrap -->'; 80 80 break; 81 case 'pro': 81 82 case 'x': 82 83 $fullwidth = get_post_meta( get_the_ID(), '_x_post_layout', true ); // phpcs:ignore -
sermon-manager-for-wordpress/trunk/views/partials/content-sermon-wrapper-start.php
r2019039 r2021789 68 68 echo '<div id="content-wrap" class="container clr"><div id="primary" class="content-area clr"><div id="content" class="wpfc-sermon-container site-content clr wpfc-oceanwp ' . $additional_classes . '">'; 69 69 break; 70 case 'pro': 70 71 case 'x': 71 72 if ( function_exists( 'x_main_content_class' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.